more temp stuff

This commit is contained in:
water
2022-07-10 18:55:34 -04:00
parent 1c390a68a3
commit b0801ab009
53 changed files with 16173 additions and 1356 deletions
+8
View File
@@ -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) {