about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-04 08:18:07 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-04 09:56:23 -0800
commit381d80f8a4dc52849564eba1b9245118bc1d84e1 (patch)
treec8060547a8bbd63b3d715156d39da33f9dca2be7 /subx
parenta9cce7121a684e80c1a2fb491bffa28dbcbe1df9 (diff)
downloadmu-381d80f8a4dc52849564eba1b9245118bc1d84e1.tar.gz
4834
Fix CI since 4827.
Diffstat (limited to 'subx')
-rw-r--r--subx/056write.subx9
-rwxr-xr-xsubx/apps/crenshaw2-1bin7038 -> 6980 bytes
-rwxr-xr-xsubx/apps/crenshaw2-1bbin7599 -> 7541 bytes
-rwxr-xr-xsubx/apps/factorialbin5929 -> 5871 bytes
4 files changed, 0 insertions, 9 deletions
diff --git a/subx/056write.subx b/subx/056write.subx
index c76d0737..64856f97 100644
--- a/subx/056write.subx
+++ b/subx/056write.subx
@@ -136,15 +136,6 @@ test-write-single:
     e8/call  write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # check-ints-equal(EAX, 2, msg)
-    # . . push args
-    68/push  "F - test-read-single: return EAX"/imm32
-    68/push  2/imm32
-    50/push-EAX
-    # . . call
-    e8/call  check-ints-equal/disp32
-    # . . discard args
-    81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               0xc/imm32         # add to ESP
     # check-ints-equal(*_test-stream->data, 41/A 62/b 00 00, msg)
     # . . push args
     68/push  "F - test-write-single"/imm32
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index 744fdc59..5092e428 100755
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differdiff --git a/subx/apps/crenshaw2-1b b/subx/apps/crenshaw2-1b
index 4e1a6cf3..43f62080 100755
--- a/subx/apps/crenshaw2-1b
+++ b/subx/apps/crenshaw2-1b
Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial
index 5eed1795..ae38f80a 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differ