about summary refs log tree commit diff stats
path: root/linux/311decimal-int.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-14 23:12:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-14 23:15:46 -0700
commiteede9e222f466fcafe9388131cbee88877d4e47d (patch)
tree5dc4a4f4dd9724ab94a4dbeb888d25dd7a5cc170 /linux/311decimal-int.subx
parenteb26052b91ae61b6b30d7452f635933bd088d948 (diff)
downloadmu-eede9e222f466fcafe9388131cbee88877d4e47d.tar.gz
.
Diffstat (limited to 'linux/311decimal-int.subx')
-rw-r--r--linux/311decimal-int.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/311decimal-int.subx b/linux/311decimal-int.subx
index 80b60c26..0e02557a 100644
--- a/linux/311decimal-int.subx
+++ b/linux/311decimal-int.subx
@@ -66,7 +66,7 @@ parse-decimal-int-from-stream:  # in: (addr stream byte) -> result/eax: int
       4a/decrement-edx
       # if it's a newline, break
       8a/byte-> *edx 0/r32/eax
-      81 4/subop/and %eax 0xff/imm32
+      25/and-eax-with 0xff/imm32
       3d/compare-eax-and 0xa/imm32/newline
       74/jump-if-= break/disp8
       # not a newline, so restore it