GP-6776 reverting two files

This commit is contained in:
James
2026-05-14 09:48:20 -04:00
parent d679ffc381
commit 472fe2a018
2 changed files with 195 additions and 248 deletions
File diff suppressed because it is too large Load Diff
@@ -429,8 +429,7 @@ public class StringParameterPropagator extends GhidraScript {
return false;
}
VariableStorage storage =
convention.getArgLocation(paramIndex, func.getParameters(), dt, currentProgram,
false);
convention.getArgLocation(paramIndex, func.getParameters(), dt, currentProgram);
if (storage.isUnassignedStorage()) {
return false;
}
@@ -499,7 +498,7 @@ public class StringParameterPropagator extends GhidraScript {
continue;
}
VariableStorage storage = convention.getArgLocation(i - 1, f.getParameters(),
DataType.DEFAULT, currentProgram, false);
DataType.DEFAULT, currentProgram);
if (storage.isUnassignedStorage()) {
break;
}