| ... | @@ -294,7 +294,7 @@ pub fn createEmpty( | ... | @@ -294,7 +294,7 @@ pub fn createEmpty( |
| 294 | if (is_dyn_lib) break :b 0; | 294 | if (is_dyn_lib) break :b 0; |
| 295 | if (output_mode == .Exe and comp.config.pie) break :b 0; | 295 | if (output_mode == .Exe and comp.config.pie) break :b 0; |
| 296 | break :b options.image_base orelse switch (ptr_width) { | 296 | break :b options.image_base orelse switch (ptr_width) { |
| 297 | .p32 => 0x1000, | 297 | .p32 => 0x10000, |
| 298 | .p64 => 0x1000000, | 298 | .p64 => 0x1000000, |
| 299 | }; | 299 | }; |
| 300 | }, | 300 | }, |