about summary refs log tree commit diff stats
path: root/mu-init.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-08 15:06:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-08 15:06:08 -0700
commit67aeff89348d9588926b4cbd2b1feadc7d607bfa (patch)
treedca16212b4f66a9f94138b35cffeb6afa6b5bc9a /mu-init.subx
parenta7008328cb3aa2b6182bd50ee996082bdac2ec43 (diff)
downloadmu-67aeff89348d9588926b4cbd2b1feadc7d607bfa.tar.gz
.
I wrote a comment about how some code was not covered by tests, and then
promptly forgot what it was for. This is why we need tests.

Now the hack is gone.
Diffstat (limited to 'mu-init.subx')
-rw-r--r--mu-init.subx1
1 files changed, 1 insertions, 0 deletions
diff --git a/mu-init.subx b/mu-init.subx
index c1c6b435..8fcf84e3 100644
--- a/mu-init.subx
+++ b/mu-init.subx
@@ -21,6 +21,7 @@ Entry:
   {
     3d/compare-eax-and 0/imm32
     75/jump-if-!= break/disp8
+    c7 0/subop/copy *Running-tests? 0/imm32/false
     (clear-real-screen)
     c7 0/subop/copy *Real-screen-cursor-x 0/imm32
     c7 0/subop/copy *Real-screen-cursor-y 0/imm32