about summary refs log tree commit diff stats
path: root/subx/057stop.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-28 02:07:11 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-28 02:07:11 -0800
commit044b4130214f9dbe0d9d9990a3b9c3fa2f0a1e45 (patch)
tree537404576b3d1506b0e9c30a5e47768cc36f5321 /subx/057stop.subx
parentefc3c64b0da682d497a793799f8958b9832c5650 (diff)
downloadmu-044b4130214f9dbe0d9d9990a3b9c3fa2f0a1e45.tar.gz
4879
Diffstat (limited to 'subx/057stop.subx')
-rw-r--r--subx/057stop.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/057stop.subx b/subx/057stop.subx
index ff4a52b4..92938d53 100644
--- a/subx/057stop.subx
+++ b/subx/057stop.subx
@@ -131,7 +131,7 @@ test-stop-skips-returns-on-exit:
     # containing function returns we'll need a new exit descriptor.
     # var ed/EAX : (address exit-descriptor)
     81          5/subop/subtract    3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # subtract from ESP
-    8d/copy-address                 0/mod/indirect  4/rm32/sib    4/base/ESP  4/index/none  .           0/r32/EAX   .               .                 # copy ESP to EAX
+    89/copy                         3/mod/direct    0/rm32/EAX    .           .             .           4/r32/ESP   .               .                 # copy ESP to EAX
     # Size the exit-descriptor precisely for the next call below, to _test-stop-1.
     # tailor-exit-descriptor(ed, 4)
     # . . push args