summaryrefslogtreecommitdiff
path: root/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'run.c')
-rw-r--r--run.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/run.c b/run.c
index a952dac986..0e0fd1c535 100644
--- a/run.c
+++ b/run.c
@@ -27,6 +27,8 @@ runops() {
runlevel++;
while ( op = (*op->op_ppaddr)() ) ;
+
+ TAINT_NOT;
return 0;
}
@@ -54,6 +56,8 @@ runops() {
DEBUG_P(debprof(op));
}
} while ( op = (*op->op_ppaddr)() );
+
+ TAINT_NOT;
return 0;
}