mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +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
|
@Override
|
||||||
public boolean isDeleted() {
|
public boolean isDeleted() {
|
||||||
throw new UnsupportedOperationException();
|
return function.isDeleted();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue