summaryrefslogtreecommitdiff
path: root/mjit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mjit.c')
-rw-r--r--mjit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mjit.c b/mjit.c
index 69dc23442b..3ae9410179 100644
--- a/mjit.c
+++ b/mjit.c
@@ -802,9 +802,7 @@ mjit_pause(bool wait_p)
}
}
- mjit_pause_wait_p = wait_p; // Avoid cancelling the last compilation after the unit fetch if wait_p.
stop_worker();
- mjit_pause_wait_p = false;
return Qtrue;
}