mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 01:49:17 -04:00
Add some compiler features and documentation (#147)
* update doc * add disassemble and type checking * improve compiler error messages
This commit is contained in:
@@ -22,7 +22,7 @@ std::string FunctionDebugInfo::disassemble_debug_info(bool* had_failure) {
|
||||
return result;
|
||||
}
|
||||
|
||||
std::string DebugInfo::disassemble_debug_functions(bool* had_failure) {
|
||||
std::string DebugInfo::disassemble_all_functions(bool* had_failure) {
|
||||
std::string result;
|
||||
for (auto& kv : m_functions) {
|
||||
result += kv.second.disassemble_debug_info(had_failure) + "\n\n";
|
||||
|
||||
Reference in New Issue
Block a user