mirror of
https://github.com/rui314/mold.git
synced 2024-12-26 18:02:30 +03:00
temporary
This commit is contained in:
parent
0a56052e3e
commit
9872e9abe3
2
main.cc
2
main.cc
@ -557,7 +557,7 @@ static u64 set_osec_offsets(ArrayRef<OutputChunk *> chunks) {
|
||||
MyTimer t("osec_offset", before_copy_timer);
|
||||
|
||||
u64 fileoff = 0;
|
||||
u64 vaddr = 0x200000;
|
||||
u64 vaddr = config.image_base;
|
||||
|
||||
for (OutputChunk *chunk : chunks) {
|
||||
if (chunk->starts_new_ptload)
|
||||
|
Loading…
Reference in New Issue
Block a user