d/jak2: finish mood-funcs | mood-funcs2 | almost all of mood and airlock (#1842)

This commit is contained in:
Tyler Wilding
2022-09-06 20:35:00 -04:00
committed by GitHub
parent b5d21be9c5
commit 44d59e6b33
143 changed files with 18536 additions and 1539 deletions
+1 -1
View File
@@ -609,7 +609,7 @@ void ObjectFileDB::ir2_register_usage_pass(int seg, ObjectFileData& data) {
}
lg::error("Bad register dependency on {} in {}", x.to_charp(), func.name());
func.warnings.error("Function may read a register that is not set: {}", x.to_string());
func.warnings.warning("Function may read a register that is not set: {}", x.to_string());
}
}
}