Skip to content

Commit

Permalink
runtime: stub out Breakpoint() function
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 8, 2023
1 parent e14b6a7 commit 392ef23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/runtime/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ func NumCgoCall() int {
func NumGoroutine() int {
return 1
}

// Stub for Breakpoint, does not do anything.
func Breakpoint() {
}

0 comments on commit 392ef23

Please sign in to comment.