diff options
Diffstat (limited to 'libgo/runtime/go-now.c')
-rw-r--r-- | libgo/runtime/go-now.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/go-now.c b/libgo/runtime/go-now.c index 5df8085..ede4493 100644 --- a/libgo/runtime/go-now.c +++ b/libgo/runtime/go-now.c @@ -15,7 +15,7 @@ struct time_now_ret }; struct time_now_ret now() - __asm__ ("libgo_time.time.now") + __asm__ ("time.now") __attribute__ ((no_split_stack)); struct time_now_ret |