From eede9e222f466fcafe9388131cbee88877d4e47d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 14 May 2021 23:12:31 -0700 Subject: . --- linux/braces.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/braces.subx') diff --git a/linux/braces.subx b/linux/braces.subx index e09229a9..58e3ec59 100644 --- a/linux/braces.subx +++ b/linux/braces.subx @@ -152,7 +152,7 @@ $subx-braces:check-for-curly-open: # . eax = line->data[line->read] 8b/-> *(ecx+4) 0/r32/eax 8a/copy-byte *(ecx+eax+0xc) 0/r32/AL - 81 4/subop/and %eax 0xff/imm32 + 25/and-eax-with 0xff/imm32 # . if (eax != '{') continue 3d/compare-eax-and 0x7b/imm32/open-curly 0f 85/jump-if-!= $subx-braces:check-for-curly-closed/disp32 @@ -192,7 +192,7 @@ $subx-braces:check-for-comment: # . eax = *word-slice->start 8b/-> *edi 0/r32/eax 8a/copy-byte *eax 0/r32/AL - 81 4/subop/and %eax 0xff/imm32 + 25/and-eax-with 0xff/imm32 # . if (eax == '#') continue 3d/compare-eax-and 0x23/imm32/hash 74/jump-if-= $subx-braces:word-loop/disp8 -- cgit 1.4.1-2-gfad0