diff options
Diffstat (limited to 'exec.h')
-rw-r--r-- | exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ label ## n:\ T0 = (long)(tbparam) + (n);\ EIP = eip;\ dummy_label ## n:\ - return;\ + EXIT_TB();\ } while (0) #endif |