mirror of
https://github.com/ziglang/zig.git
synced 2026-02-07 23:17:17 +00:00
coff: tentatively handle Obj in getImageBase() func
This commit is contained in:
parent
9618fdc8a2
commit
59fa0499c9
@ -2186,7 +2186,7 @@ pub fn getImageBase(self: Coff) u64 {
|
||||
else => unreachable, // unsupported target architecture
|
||||
},
|
||||
.Lib => 0x10000000,
|
||||
else => unreachable,
|
||||
.Obj => 0,
|
||||
};
|
||||
return image_base;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user