mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 00:10:48 +08:00
Do not constrain stack variable datatype selection
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ public class ChooseDataTypeAction extends DockingAction {
|
||||
}
|
||||
|
||||
VariableStorage storage = var.getVariableStorage();
|
||||
if (storage.isValid()) {
|
||||
if (storage.isValid() && !storage.isStackStorage()) {
|
||||
return storage.size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user