diff options
Diffstat (limited to 'libgo/runtime/go-unsafe-new.c')
-rw-r--r-- | libgo/runtime/go-unsafe-new.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/go-unsafe-new.c b/libgo/runtime/go-unsafe-new.c index 8ed52343bfb..54788f19688 100644 --- a/libgo/runtime/go-unsafe-new.c +++ b/libgo/runtime/go-unsafe-new.c @@ -13,7 +13,7 @@ /* Implement unsafe_New, called from the reflect package. */ void *unsafe_New (const struct __go_type_descriptor *) - asm ("reflect.unsafe_New"); + __asm__ (GOSYM_PREFIX "reflect.unsafe_New"); /* The dynamic type of the argument will be a pointer to a type descriptor. */ |