aboutsummaryrefslogtreecommitdiffstats
path: root/insnhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'insnhelper.h')
-rw-r--r--insnhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/insnhelper.h b/insnhelper.h
index 59536b2e7a..4516a5525a 100644
--- a/insnhelper.h
+++ b/insnhelper.h
@@ -62,7 +62,7 @@
#define GET_OPERAND(n) (GET_PC()[(n)])
#define ADD_PC(n) (SET_PC(REG_PC + (n)))
-#define GET_PC_COUNT() (REG_PC - GET_ISEQ()->iseq_encoded)
+#define GET_PC_COUNT() (REG_PC - GET_ISEQ()->iseq_encoded)
#define JUMP(dst) (REG_PC += (dst))
/* FP */