about summary refs log tree commit diff stats
path: root/linux/311decimal-int.subx
diff options
context:
space:
mode:
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