about summary refs log tree commit diff stats
path: root/linux/braces.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/braces.subx
parenteb26052b91ae61b6b30d7452f635933bd088d948 (diff)
downloadmu-eede9e222f466fcafe9388131cbee88877d4e47d.tar.gz
.
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