summaryrefslogtreecommitdiffstats
path: root/byterun/stacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/stacks.h')
-rw-r--r--byterun/stacks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/stacks.h b/byterun/stacks.h
index 637fc16d6..a695f3243 100644
--- a/byterun/stacks.h
+++ b/byterun/stacks.h
@@ -26,6 +26,7 @@ extern value * stack_high;
extern value * stack_threshold;
extern value * extern_sp;
extern value * trapsp;
+extern value * trap_barrier;
#define Trap_pc(tp) (((code_t *)(tp))[0])
#define Trap_link(tp) (((value **)(tp))[1])