mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
[decompile] bsp-h (#562)
* decompile bsp-h * a few more * some more * fix merge conflicts
This commit is contained in:
@@ -622,7 +622,9 @@ std::string ObjectFileDB::ir2_to_file(ObjectFileData& data, const Config& config
|
||||
try {
|
||||
result += ir2_function_to_string(data, func, seg);
|
||||
} catch (std::exception& e) {
|
||||
result += "Failed to write: ";
|
||||
result += "Failed to write";
|
||||
result += func.guessed_name.to_string();
|
||||
result += ": ";
|
||||
result += e.what();
|
||||
result += "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user