mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
[compiler] asm-only disasm output + fix spacing bug (#3104)
This commit is contained in:
@@ -428,7 +428,7 @@ Disassembly Debugger::disassemble_at_rip(const InstructionPointerInfo& info) {
|
||||
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->code_sources, func_info->ir_strings,
|
||||
&result.failed, false);
|
||||
&result.failed, false, false);
|
||||
}
|
||||
} else {
|
||||
result.failed = true;
|
||||
|
||||
Reference in New Issue
Block a user