summaryrefslogtreecommitdiff
path: root/vm_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_exec.h')
-rw-r--r--vm_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_exec.h b/vm_exec.h
index 7696d7172d..7208c3d6e5 100644
--- a/vm_exec.h
+++ b/vm_exec.h
@@ -136,7 +136,7 @@ error !
{
#define END_INSNS_DISPATCH() \
- rb_bug("unknown insn: %ld", GET_CURRENT_INSN()); \
+ rb_bug("unknown insn: %"PRIdVALUE, GET_CURRENT_INSN()); \
} /* end of while loop */ \
#define NEXT_INSN() TC_DISPATCH(__NEXT_INSN__)