diff options
Diffstat (limited to 'rts/Linker.c')
-rw-r--r-- | rts/Linker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Linker.c b/rts/Linker.c index 63cf981c58..5919d010f3 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -3606,7 +3606,7 @@ allocateImageAndTrampolines ( barf("getNumberOfSymbols: error whilst reading `%s' header in `%S'", member_name, arch_name); fseek( f, -sizeof_COFF_header, SEEK_CUR ); - + /* We get back 8-byte aligned memory (is that guaranteed?), but the offsets to the sections within the file are all 4 mod 8 (is that guaranteed?). We therefore need to offset the image |