mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
GP-5888 Corrected regression error in stack editor
This commit is contained in:
parent
369804843c
commit
cc932b12b2
1 changed files with 1 additions and 1 deletions
|
@ -1466,7 +1466,7 @@ class StackFrameDataType implements Structure {
|
|||
|
||||
@Override
|
||||
public boolean isDeleted() {
|
||||
throw new UnsupportedOperationException();
|
||||
return function.isDeleted();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue