about summary refs log tree commit diff stats
path: root/subx/apps
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
parent76733e1995222034c11c4af542c799c648b79678 (diff)
downloadmu-71ee78f279ce7a3a3696be00e49bdefce75071f2.tar.gz
4933
Diffstat (limited to 'subx/apps')
-rw-r--r--subx/apps/crenshaw2-1.subx2
-rw-r--r--subx/apps/crenshaw2-1b.subx2
-rw-r--r--subx/apps/factorial.subx2
-rw-r--r--subx/apps/hex.subx2
-rw-r--r--subx/apps/pack.subx2
5 files changed, 5 insertions, 5 deletions
diff --git a/subx/apps/crenshaw2-1.subx b/subx/apps/crenshaw2-1.subx
index 25dbe8a8..ab758b02 100644
--- a/subx/apps/crenshaw2-1.subx
+++ b/subx/apps/crenshaw2-1.subx
@@ -46,7 +46,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
diff --git a/subx/apps/crenshaw2-1b.subx b/subx/apps/crenshaw2-1b.subx
index 74222798..bac458f0 100644
--- a/subx/apps/crenshaw2-1b.subx
+++ b/subx/apps/crenshaw2-1b.subx
@@ -46,7 +46,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
diff --git a/subx/apps/factorial.subx b/subx/apps/factorial.subx
index c5c580b8..a239d419 100644
--- a/subx/apps/factorial.subx
+++ b/subx/apps/factorial.subx
@@ -30,7 +30,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
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
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx
index a4ad75e9..1ac500c9 100644
--- a/subx/apps/pack.subx
+++ b/subx/apps/pack.subx
@@ -37,7 +37,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