mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Merge branch 'GP-1806_ryanmkurtz_PR-4018_benstone_pe-resource-menu-name'
This commit is contained in:
commit
50815bd3ea
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ public class MenuResourceDataType extends DynamicDataType {
|
|||
int tempOffset, short mtOption) {
|
||||
|
||||
//If it is a popup there is only an option field, no ID field
|
||||
if (mtOption == MF_POPUP) {
|
||||
if ((mtOption & MF_POPUP) == MF_POPUP) {
|
||||
tempOffset =
|
||||
addComp(WordDataType.dataType, 2, "mtOption", memBuffer.getAddress(), comps,
|
||||
tempOffset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue