diff options
Diffstat (limited to 'lib/std/debug.zig')
| -rw-r--r-- | lib/std/debug.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/debug.zig b/lib/std/debug.zig index 9f79be332b..531872581a 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -1412,7 +1412,6 @@ pub const ModuleDebugInfo = switch (native_os) { nosuspend { // Translate the VA into an address into this object const relocated_address = address - self.base_address; - assert(relocated_address >= 0x100000000); // Find the .o file where this symbol is defined const symbol = machoSearchSymbols(self.symbols, relocated_address) orelse |
