mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
debug: stub SetGCPercent()
This commit is contained in:
@@ -45,3 +45,8 @@ type Module struct {
|
||||
Sum string // checksum
|
||||
Replace *Module // replaced by this module
|
||||
}
|
||||
|
||||
// Not implemented.
|
||||
func SetGCPercent(n int) int {
|
||||
return n
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user