mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 17:50:59 +08:00
GP-6776 reverting two files
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user