mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 02:51:12 +08:00
GP-1898: use mask
This commit is contained in:
+1
-1
@@ -84,6 +84,6 @@ public class DbgRegister implements Comparable<DbgRegister> {
|
||||
if (desc == null) {
|
||||
return true;
|
||||
}
|
||||
return desc.subregMaster == 0;
|
||||
return desc.subregMask == 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user