| author | |
| committer | |
| log | 338730d2fa1189dc9fad53bbf7be77352af83b2d |
| tree | c0208c1fcecf72dc63089c6b39eb05cfb5dc1b03 |
| parent | 6d15dc1ab8bc04a5768fa48c14d82d7e6536561b |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/Coff.zig+1-1| ... | ... | @@ -276,7 +276,7 @@ pub fn createEmpty( |
| 276 | 276 | .image_base = options.image_base orelse switch (output_mode) { |
| 277 | 277 | .Exe => switch (target.cpu.arch) { |
| 278 | 278 | .aarch64 => 0x140000000, |
| 279 | .x86_64, .x86 => 0x400000, | |
| 279 | .thumb, .x86_64, .x86 => 0x400000, | |
| 280 | 280 | else => unreachable, |
| 281 | 281 | }, |
| 282 | 282 | .Lib => 0x10000000, |