mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
runtime: stub out Breakpoint() function
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -18,3 +18,8 @@ func NumCgoCall() int {
|
||||
func NumGoroutine() int {
|
||||
return 1
|
||||
}
|
||||
|
||||
// Stub for Breakpoint, does not do anything.
|
||||
func Breakpoint() {
|
||||
panic("Breakpoint not supported")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user