mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Fixed comments for OperandType flags
This commit is contained in:
parent
00dbd26511
commit
6f8cd7eaa0
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ public final class OperandType {
|
|||
public final static int DATA = 0x00000080;
|
||||
|
||||
/**
|
||||
* Bit set if the operand is a register.
|
||||
* Bit set if the operand is a port.
|
||||
*/
|
||||
public final static int PORT = 0x00000100;
|
||||
/**
|
||||
|
@ -67,7 +67,7 @@ public final class OperandType {
|
|||
*/
|
||||
public final static int REGISTER = 0x00000200;
|
||||
/**
|
||||
* Bit set if the operand is a register.
|
||||
* Bit set if the operand is a list.
|
||||
*/
|
||||
public final static int LIST = 0x00000400;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue