mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 00:15:45 +08:00
GP-5888 Corrected regression error in stack editor
This commit is contained in:
+1
-1
@@ -1466,7 +1466,7 @@ class StackFrameDataType implements Structure {
|
||||
|
||||
@Override
|
||||
public boolean isDeleted() {
|
||||
throw new UnsupportedOperationException();
|
||||
return function.isDeleted();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user