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 2b9e044..a75c388 100644 --- a/libgo/runtime/go-unsafe-new.c +++ b/libgo/runtime/go-unsafe-new.c @@ -12,7 +12,7 @@ /* Implement unsafe_New, called from the reflect package. */ void *unsafe_New (struct __go_empty_interface type) - asm ("libgo_reflect.reflect.unsafe_New"); + asm ("reflect.unsafe_New"); /* The dynamic type of the argument will be a pointer to a type descriptor. */ |