diff options
Diffstat (limited to 'src/pkg/runtime/panic.c')
| -rw-r--r-- | src/pkg/runtime/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/panic.c b/src/pkg/runtime/panic.c index 47e9566278..04e0ec4b8c 100644 --- a/src/pkg/runtime/panic.c +++ b/src/pkg/runtime/panic.c @@ -525,7 +525,7 @@ runtime·throw(int8 *s) } void -runtime·throwgo(String s) +runtime·gothrow(String s) { if(g->m->throwing == 0) g->m->throwing = 1; |
