summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-runtime-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/go-runtime-error.c')
-rw-r--r--libgo/runtime/go-runtime-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/go-runtime-error.c b/libgo/runtime/go-runtime-error.c
index 68db8acd8b1..f5ab4f9196b 100644
--- a/libgo/runtime/go-runtime-error.c
+++ b/libgo/runtime/go-runtime-error.c
@@ -55,7 +55,7 @@ enum
extern void __go_runtime_error () __attribute__ ((noreturn));
void
-__go_runtime_error (int i)
+__go_runtime_error (int32 i)
{
switch (i)
{