[decompile] bsp-h (#562)

* decompile bsp-h

* a few more

* some more

* fix merge conflicts
This commit is contained in:
water111
2021-06-07 18:30:16 -04:00
committed by GitHub
parent e0a15d5990
commit f516737cf7
45 changed files with 5649 additions and 1016 deletions
+3 -1
View File
@@ -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";
}