about summary refs log tree commit diff stats
path: root/subx/053new_segment.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/053new_segment.subx')
-rw-r--r--subx/053new_segment.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/053new_segment.subx b/subx/053new_segment.subx
index 33522517..cd1f865c 100644
--- a/subx/053new_segment.subx
+++ b/subx/053new_segment.subx
@@ -30,7 +30,7 @@ new_segment:  # len : int -> address
   53/push-EBX
   # copy len to mmap_new_segment.len
   # TODO: compute mmap_new_segment+4 before runtime
-  8b/copy                         1/mod/*+disp8   4/rm32/SIB    5/base/EBP  4/index/none  .           0/r32/EAX   8/disp8         .                       # copy *(EBP+8) to EAX
+  8b/copy                         1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none  .           0/r32/EAX   8/disp8         .                       # copy *(EBP+8) to EAX
   bb/copy                         .               .             .           .             .           .           .               mmap_new_segment/imm32  # copy to EBX
   89/copy                         1/mod/*+disp8   3/rm32/EBX    .           .             .           0/r32/EAX   4/disp8         .                       # copy EAX to *(EBX+4)
   # mmap(mmap_new_segment)