summaryrefslogtreecommitdiffstats
path: root/libgo/runtime/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/panic.c')
-rw-r--r--libgo/runtime/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/panic.c b/libgo/runtime/panic.c
index 1af96392456..85a56087c08 100644
--- a/libgo/runtime/panic.c
+++ b/libgo/runtime/panic.c
@@ -106,7 +106,7 @@ runtime_panicstring(const char *s)
runtime_panic(err);
}
-void runtime_Goexit (void) asm ("runtime.Goexit");
+void runtime_Goexit (void) __asm__ (GOSYM_PREFIX "runtime.Goexit");
void
runtime_Goexit(void)
OpenPOWER on IntegriCloud