about summary refs log tree commit diff stats
path: root/subx/059stop.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-11 18:58:16 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-11 18:58:16 -0700
commit61b8fe6b18c6314268ed24d79bf99de6f55be63b (patch)
tree20a0253461051fcd63f9dec163e3238277048da2 /subx/059stop.subx
parent1102191c662ea548fd49c15c30a18a4f5ff8df5c (diff)
downloadmu-61b8fe6b18c6314268ed24d79bf99de6f55be63b.tar.gz
5084
Diffstat (limited to 'subx/059stop.subx')
-rw-r--r--subx/059stop.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/059stop.subx b/subx/059stop.subx
index eca66bcb..0b842e5d 100644
--- a/subx/059stop.subx
+++ b/subx/059stop.subx
@@ -110,7 +110,7 @@ $stop:fake:
     # otherwise:
     # ed->value = value+1
     8b/copy                         1/mod/*+disp8   4/rm32/sib    4/base/ESP  4/index/none  .           1/r32/ECX   8/disp8         .                 # copy *(ESP+8) to ECX
-    41/inc-ECX
+    41/increment-ECX
     89/copy                         1/mod/*+disp8   0/rm32/EAX    .           .             .           1/r32/ECX   4/disp8         .                 # copy ECX to *(EAX+4)
     # perform a non-local jump to ed->target
     8b/copy                         0/mod/indirect  0/rm32/EAX    .           .             .           4/r32/ESP   .               .                 # copy *EAX to ESP