mirror of
https://github.com/open-goal/jak-project
synced 2026-05-29 16:45:10 -04:00
[decompiler] Clean up config more (#458)
* remove global config * fix dir
This commit is contained in:
@@ -680,8 +680,7 @@ std::string LinkedObjectFile::print_asm_function_disassembly(const std::string&
|
||||
/*!
|
||||
* Print disassembled functions and data segments.
|
||||
*/
|
||||
std::string LinkedObjectFile::print_disassembly() {
|
||||
bool write_hex = get_config().write_hex_near_instructions;
|
||||
std::string LinkedObjectFile::print_disassembly(bool write_hex) {
|
||||
std::string result;
|
||||
|
||||
assert(segments <= 3);
|
||||
|
||||
Reference in New Issue
Block a user