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