about summary refs log tree commit diff stats
path: root/059stop.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-03 01:36:34 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-03 01:36:34 -0800
commit7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 (patch)
tree405503a31b48f5c5e13f103efc5762e57b290625 /059stop.subx
parentc9bda4d13ea33873dd5bce1eef0434cb11763d19 (diff)
downloadmu-7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077.tar.gz
5876 - address -> addr
Diffstat (limited to '059stop.subx')
-rw-r--r--059stop.subx8
1 files changed, 4 insertions, 4 deletions
diff --git a/059stop.subx b/059stop.subx
index 7c1c776b..b224005c 100644
--- a/059stop.subx
+++ b/059stop.subx
@@ -41,7 +41,7 @@
 # the stack.
 # Ugly that we need to know the size of args. Don't allocate variables between
 # tailor-exit-descriptor and the call it's for.
-tailor-exit-descriptor:  # ed : (address exit-descriptor), nbytes : int
+tailor-exit-descriptor:  # ed : (addr exit-descriptor), nbytes : int
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
@@ -89,7 +89,7 @@ $tailor-exit-descriptor:end:
     5d/pop-to-ebp
     c3/return
 
-stop:  # ed : (address exit-descriptor), value : int
+stop:  # ed : (addr exit-descriptor), value : int
     # no prologue; one way or another, we're going to clobber registers
     # eax = ed
     8b/copy                         1/mod/*+disp8   4/rm32/sib    4/base/esp  4/index/none  .           0/r32/eax   4/disp8         .                 # copy *(esp+4) to eax
@@ -161,7 +161,7 @@ test-stop-skips-returns-on-exit:
     5d/pop-to-ebp
     c3/return
 
-_test-stop-1:  # ed : (address exit-descriptor)
+_test-stop-1:  # ed : (addr exit-descriptor)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
@@ -188,7 +188,7 @@ $_test-stop-1:dead-end:
     5d/pop-to-ebp
     c3/return
 
-_test-stop-2:  # ed : (address exit-descriptor)
+_test-stop-2:  # ed : (addr exit-descriptor)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp