mirror of
https://github.com/open-goal/jak-project
synced 2026-05-28 00:16:20 -04:00
add some more cfg ir stuff
This commit is contained in:
@@ -622,6 +622,11 @@ std::string LinkedObjectFile::print_disassembly() {
|
||||
*/
|
||||
}
|
||||
|
||||
if (func.ir) {
|
||||
result += ";; ir\n";
|
||||
result += func.ir->print(*this);
|
||||
}
|
||||
|
||||
result += "\n\n\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user