aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/mprof.goc
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/mprof.goc')
-rw-r--r--libgo/runtime/mprof.goc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/mprof.goc b/libgo/runtime/mprof.goc
index 8b3a195..2cf2afb 100644
--- a/libgo/runtime/mprof.goc
+++ b/libgo/runtime/mprof.goc
@@ -285,7 +285,7 @@ runtime_MProf_Free(void *p, uintptr size)
int64 runtime_blockprofilerate; // in CPU ticks
-void runtime_SetBlockProfileRate(intgo) asm("runtime.SetBlockProfileRate");
+void runtime_SetBlockProfileRate(intgo) __asm__ (GOSYM_PREFIX "runtime.SetBlockProfileRate");
void
runtime_SetBlockProfileRate(intgo rate)