GP-4886 Fix stack analysis and return storage allocation.

This commit is contained in:
ghidra1 2024-11-18 19:31:16 -05:00
parent faacb6b6d8
commit f3eabcfb18
6 changed files with 75 additions and 78 deletions

View file

@ -84,6 +84,7 @@ public class ParamListStandard implements ParamList {
*/
public int assignAddressFallback(StorageClass resource, DataType tp, boolean matchExact,
int[] status, ParameterPieces param) {
for (ParamEntry element : entry) {
int grp = element.getGroup();
if (status[grp] < 0) {