| ... | @@ -1412,7 +1412,6 @@ pub const ModuleDebugInfo = switch (native_os) { | ... | @@ -1412,7 +1412,6 @@ pub const ModuleDebugInfo = switch (native_os) { |
| 1412 | nosuspend { | 1412 | nosuspend { |
| 1413 | // Translate the VA into an address into this object | 1413 | // Translate the VA into an address into this object |
| 1414 | const relocated_address = address - self.base_address; | 1414 | const relocated_address = address - self.base_address; |
| 1415 | assert(relocated_address >= 0x100000000); | | |
| 1416 | | 1415 | |
| 1417 | // Find the .o file where this symbol is defined | 1416 | // Find the .o file where this symbol is defined |
| 1418 | const symbol = machoSearchSymbols(self.symbols, relocated_address) orelse | 1417 | const symbol = machoSearchSymbols(self.symbols, relocated_address) orelse |