runtime: stub out Breakpoint() function
Signed-off-by: deadprogram <ron@hybridgroup.com>
Этот коммит содержится в:
родитель
e14b6a7009
коммит
b58b7c59ae
1 изменённых файлов: 5 добавлений и 0 удалений
|
@ -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")
|
||||
}
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче