summaryrefslogtreecommitdiffstats
path: root/byterun/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/interp.c')
-rw-r--r--byterun/interp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun/interp.c b/byterun/interp.c
index 557ed6f09..c15bb59f8 100644
--- a/byterun/interp.c
+++ b/byterun/interp.c
@@ -1044,8 +1044,8 @@ value interprete(code_t prog, asize_t prog_size)
#if _MSC_VER >= 1200
__assume(0);
#else
- fatal_error_arg("Fatal error: bad opcode (%lx)\n",
- (char *)(long)(*(pc-1)));
+ caml_fatal_error_arg("Fatal error: bad opcode (%lx)\n",
+ (char *)(long)(*(pc-1)));
#endif
}
}