diff options
Diffstat (limited to 'src/runtime/sys_x86.go')
| -rw-r--r-- | src/runtime/sys_x86.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_x86.go b/src/runtime/sys_x86.go index 086af8ff10..30ddbfb5a7 100644 --- a/src/runtime/sys_x86.go +++ b/src/runtime/sys_x86.go @@ -50,5 +50,5 @@ func rewindmorestack(buf *gobuf) { return } print("runtime: pc=", pc, " ", hex(pc[0]), " ", hex(pc[1]), " ", hex(pc[2]), " ", hex(pc[3]), " ", hex(pc[4]), "\n") - gothrow("runtime: misuse of rewindmorestack") + throw("runtime: misuse of rewindmorestack") } |
