From 1a1a1671edd8d27cdd6229c08e6b40a202d85740 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 7 Mar 2021 19:46:21 -0800 Subject: 7866 --- 311decimal-int.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '311decimal-int.subx') diff --git a/311decimal-int.subx b/311decimal-int.subx index d0d8dde7..f7c108dd 100644 --- a/311decimal-int.subx +++ b/311decimal-int.subx @@ -124,10 +124,10 @@ $parse-decimal-int-helper:loop: # if (curr >= in->end) break 39/compare %esi 7/r32/edi 73/jump-if-addr>= break/disp8 - # if !is-decimal-digit?(*curr) return 0 + # if !decimal-digit?(*curr) return 0 8a/copy-byte *esi 1/r32/CL 50/push-eax - (is-decimal-digit? %ecx) # => eax + (decimal-digit? %ecx) # => eax { 3d/compare-eax-and 0/imm32/false 75/jump-if-!= break/disp8 -- cgit 1.4.1-2-gfad0