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