summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asmrun/i386.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmrun/i386.S b/asmrun/i386.S
index 16ea3381e..9d45f6e97 100644
--- a/asmrun/i386.S
+++ b/asmrun/i386.S
@@ -386,7 +386,7 @@ G(caml_ml_array_bound_error):
ffree %st(7)
/* Branch to [caml_array_bound_error] */
movl $ G(caml_array_bound_error), %eax
- jmp caml_c_call
+ jmp G(caml_c_call)
.data
.globl G(caml_system__frametable)