aboutsummaryrefslogtreecommitdiff
path: root/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.h b/exec.h
index 0241292922..5ae28ef9b1 100644
--- a/exec.h
+++ b/exec.h
@@ -225,7 +225,7 @@ label ## n:\
T0 = (long)(tbparam) + (n);\
EIP = eip;\
dummy_label ## n:\
- return;\
+ EXIT_TB();\
} while (0)
#endif