| ... | @@ -276,7 +276,7 @@ pub fn createEmpty( | ... | @@ -276,7 +276,7 @@ pub fn createEmpty( |
| 276 | .image_base = options.image_base orelse switch (output_mode) { | 276 | .image_base = options.image_base orelse switch (output_mode) { |
| 277 | .Exe => switch (target.cpu.arch) { | 277 | .Exe => switch (target.cpu.arch) { |
| 278 | .aarch64 => 0x140000000, | 278 | .aarch64 => 0x140000000, |
| 279 | .x86_64, .x86 => 0x400000, | 279 | .thumb, .x86_64, .x86 => 0x400000, |
| 280 | else => unreachable, | 280 | else => unreachable, |
| 281 | }, | 281 | }, |
| 282 | .Lib => 0x10000000, | 282 | .Lib => 0x10000000, |