about summary refs log tree commit diff stats
path: root/subx/apps/hex.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-16 11:13:39 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-16 11:13:39 -0800
commit71ee78f279ce7a3a3696be00e49bdefce75071f2 (patch)
tree60d806bb52cb8fbd5c0e6479c13070ea2d554e13 /subx/apps/hex.subx
parent76733e1995222034c11c4af542c799c648b79678 (diff)
downloadmu-71ee78f279ce7a3a3696be00e49bdefce75071f2.tar.gz
4933
Diffstat (limited to 'subx/apps/hex.subx')
-rw-r--r--subx/apps/hex.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/hex.subx b/subx/apps/hex.subx
index 52e910f8..2c1606ed 100644
--- a/subx/apps/hex.subx
+++ b/subx/apps/hex.subx
@@ -34,7 +34,7 @@
     68/push  "test"/imm32
     ff          6/subop/push        1/mod/*+disp8   5/rm32/EBP    .           .             .           .           8/disp8         .                 # push *(EBP+8)
     # . . call
-    e8/call  kernel-string-equal/disp32
+    e8/call  kernel-string-equal?/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # . check result