aboutsummaryrefslogtreecommitdiff
path: root/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/exec.h b/exec.h
index 54571a232a..5341496b72 100644
--- a/exec.h
+++ b/exec.h
@@ -226,6 +226,7 @@ do {\
label ## n:\
T0 = (long)(tbparam) + (n);\
EIP = eip;\
+ EXIT_TB();\
} while (0)
#else