about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-04-03 19:05:51 -0700
committerKartik Agaram <vc@akkartik.com>2020-04-05 00:05:36 -0700
commit677f98c6f2fc50694036486f8814a74e7faf7b59 (patch)
tree3a20a751b1e718f9effb1a5bb71a16216aeb12b2
parentead8f1b89bd521e310afa273d5ded82b1b37487c (diff)
downloadmu-677f98c6f2fc50694036486f8814a74e7faf7b59.tar.gz
6184
Why the heck are we bumping this pointer? Seems like a bug.
-rw-r--r--100array-equal.subx1
-rwxr-xr-xapps/mubin210762 -> 210756 bytes
2 files changed, 0 insertions, 1 deletions
diff --git a/100array-equal.subx b/100array-equal.subx
index e1449279..6e4d5225 100644
--- a/100array-equal.subx
+++ b/100array-equal.subx
@@ -269,7 +269,6 @@ $parse-array-of-ints:loop2:
     # slice->start = slice->end
     8b/-> *(ecx+4) 0/r32/eax
     89/<- *ecx 0/r32/eax
-    81 0/subop/add %ecx 4/imm32
     eb/jump $parse-array-of-ints:loop2/disp8
 $parse-array-of-ints:end:
     # return edi
diff --git a/apps/mu b/apps/mu
index d9c0a92c..9e61e6f2 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differ