about summary refs log tree commit diff stats
path: root/053new-segment.subx
diff options
context:
space:
mode:
Diffstat (limited to '053new-segment.subx')
-rw-r--r--053new-segment.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/053new-segment.subx b/053new-segment.subx
index 51f321fd..719413ab 100644
--- a/053new-segment.subx
+++ b/053new-segment.subx
@@ -47,7 +47,7 @@ new-segment:  # len : int, ad : (address allocation-descriptor)
     53/push-ebx
     # copy len to _mmap-new-segment->len
     8b/copy                         1/mod/*+disp8   5/rm32/ebp    .           .             .           0/r32/eax   8/disp8         .                 # copy *(ebp+8) to eax
-    89/copy                         0/mod/indirect  5/rm32/.disp32            .             .           0/r32/eax   _mmap-new-segment:len/disp32      # copy eax to *_mmap-new-segment:len
+    89/copy                         0/mod/indirect  5/rm32/.disp32            .             .           0/r32/eax   $_mmap-new-segment:len/disp32     # copy eax to *$_mmap-new-segment:len
     # mmap(_mmap-new-segment)
     bb/copy-to-ebx  _mmap-new-segment/imm32
     b8/copy-to-eax  0x5a/imm32/mmap
@@ -75,7 +75,7 @@ $new-segment:end:
 _mmap-new-segment:  # type mmap_arg_struct
     # addr
     0/imm32
-_mmap-new-segment:len:
+$_mmap-new-segment:len:
     # len
     0/imm32
     # protection flags