mirror of
https://github.com/open-goal/jak-project
synced 2026-08-16 21:28:00 -04:00
[Decompiler] Flag uses of vf registers for values outside of functions (#263)
* clean up warning system * add bad dependency warning * add q and acc
This commit is contained in:
@@ -96,10 +96,7 @@ bool convert_to_expressions(Form* top_level_form,
|
||||
// fix up stuff
|
||||
|
||||
} catch (std::exception& e) {
|
||||
std::string warning =
|
||||
fmt::format("Expression building failed in {}: {}", f.guessed_name.to_string(), e.what());
|
||||
lg::warn(warning);
|
||||
f.warnings.append(";; " + warning);
|
||||
f.warnings.expression_build_warning("In {}: {}", f.guessed_name.to_string(), e.what());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user