about summary refs log tree commit diff stats
path: root/linux/braces.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/braces.subx')
-rw-r--r--linux/braces.subx4
1 files changed, 2 insertions, 2 deletions
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