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 d88abdc6..0aee0539 100644
--- a/subx/053new_segment.subx
+++ b/subx/053new_segment.subx
@@ -29,7 +29,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   5/rm32/EBP    .           .             .           0/r32/EAX   8/disp8         .                 # copy *(EBP+8) to EAX
     bb/copy-to-EBX  _mmap-new-segment/imm32
     89/copy                         1/mod/*+disp8   3/rm32/EBX    .           .             .           0/r32/EAX   4/disp8         .                 # copy EAX to *(EBX+4)
     # mmap(_mmap-new-segment)