mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 06:27:04 +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) {
|
if (desc == null) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return desc.subregMaster == 0;
|
return desc.subregMask == 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user