summaryrefslogtreecommitdiffstats
path: root/byterun/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/interp.c')
-rw-r--r--byterun/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/interp.c b/byterun/interp.c
index 0b5caafba..59c88e1ad 100644
--- a/byterun/interp.c
+++ b/byterun/interp.c
@@ -1121,7 +1121,7 @@ value caml_interprete(code_t prog, asize_t prog_size)
#else
caml_fatal_error_arg("Fatal error: bad opcode (%"
ARCH_INTNAT_PRINTF_FORMAT "x)\n",
- (char *)(*(pc-1)));
+ *(pc-1));
#endif
}
}