mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 15:40:14 +00:00
GP-0: Fixing formatting
This commit is contained in:
parent
e66e5b70e9
commit
fe804b387c
@ -340,8 +340,8 @@ public final class OperandType {
|
||||
public static boolean isCoProcessor(int operandType) {
|
||||
return (operandType & COP) != 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
/**
|
||||
* check the DYNAMIC flag.
|
||||
* @param operandType the bit field to examine.
|
||||
*
|
||||
@ -467,9 +467,9 @@ public final class OperandType {
|
||||
append(buf, "COP ");
|
||||
}
|
||||
|
||||
if (isDynamic(operandType)) {
|
||||
append(buf, "DYN ");
|
||||
}
|
||||
if (isDynamic(operandType)) {
|
||||
append(buf, "DYN ");
|
||||
}
|
||||
|
||||
return buf.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user