diff options
-rw-r--r-- | libgo/runtime/go-append.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/go-append.c b/libgo/runtime/go-append.c index e501f30..261d85b 100644 --- a/libgo/runtime/go-append.c +++ b/libgo/runtime/go-append.c @@ -15,7 +15,7 @@ this, we will always split the stack, because of memcpy and memmove. */ extern struct __go_open_array -__go_append (struct __go_open_array, void *, size_t, size_t) +__go_append (struct __go_open_array, void *, uintptr_t, uintptr_t) __attribute__ ((no_split_stack)); struct __go_open_array |