summaryrefslogtreecommitdiff
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index 7541b02276..b96c794d4f 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -137,6 +137,7 @@ enum vm_regan_acttype {
#if VM_CHECK_MODE > 0
#define SETUP_CANARY() \
+ VALUE * canary; \
if (leaf) { \
canary = GET_SP(); \
SET_SV(vm_stack_canary); \