mirror of
https://github.com/open-goal/jak-project
synced 2026-06-12 13:35:39 -04:00
more temp stuff
This commit is contained in:
@@ -980,6 +980,14 @@ bool is_128bit(const TP_Type& type, const DecompilerTypeSystem& dts) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool is_float(const TP_Type& type, const DecompilerTypeSystem& dts) {
|
||||
if (dts.ts.tc(TypeSpec("float"), type.typespec())) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
void promote_register_class(const Function& func,
|
||||
VariableNames* result,
|
||||
const DecompilerTypeSystem& dts) {
|
||||
|
||||
Reference in New Issue
Block a user