diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/standardClient.ey | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index 40f7ebd..75a2d44 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -823,6 +823,7 @@ { 0 dumpIndented } > -- /dump deffd +# TODO: why do we save section information, exactly? { ==filename # ==f (left on the stack a while and executed from sys .asm .programStart) sys .asm .patchProgramStart ==frozenAllocationCount @@ -879,7 +880,7 @@ 0 ==?dataOffset { =dataOffset } /setDataOffset deff 1 ==?type # program data 7 ==?flags # writable, allocated, executable - 0 ==?addr # FIXME + i sys .asm .globalAllocBase ==?addr # address where this section will be loaded 0 ==?link # no associated section 0 ==?entsize # no entries i sys .asm .globalAllocBase ==?dataBase |
