mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 14:13:45 -04:00
[goalc] reduce compiler memory usage (#2247)
This commit is contained in:
@@ -400,8 +400,8 @@ Disassembly Debugger::disassemble_at_rip(const InstructionPointerInfo& info) {
|
||||
result.text += disassemble_x86_function(
|
||||
function_mem.data(), function_mem.size(), m_reader,
|
||||
m_debug_context.base + info.map_entry->start_addr + func_info->offset_in_seg,
|
||||
rip + rip_offset, func_info->instructions, func_info->function.get(), &result.failed,
|
||||
false);
|
||||
rip + rip_offset, func_info->instructions, func_info->code_sources, func_info->ir_strings,
|
||||
&result.failed, false);
|
||||
}
|
||||
} else {
|
||||
result.failed = true;
|
||||
|
||||
Reference in New Issue
Block a user