diff options
Diffstat (limited to 'run.c')
-rw-r--r-- | run.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -22,8 +22,6 @@ dEXT char *watchok; int runops_standard() { dTHR; - SAVEI32(runlevel); - runlevel++; while ( op = (*op->op_ppaddr)(ARGS) ) ; @@ -42,9 +40,6 @@ runops_debug() { return 0; } - SAVEI32(runlevel); - runlevel++; - do { if (debug) { if (watchaddr != 0 && *watchaddr != watchok) |