mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-4886 Fix stack analysis and return storage allocation.
This commit is contained in:
parent
faacb6b6d8
commit
f3eabcfb18
6 changed files with 75 additions and 78 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue