mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 19:45:37 +08:00
GT-3231 fixed tests
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+3
-1
@@ -84,7 +84,9 @@ public class InstructionSequence {
|
|||||||
current.append(":");
|
current.append(":");
|
||||||
current.append(sizes[currentInst]);
|
current.append(sizes[currentInst]);
|
||||||
current.append("(");
|
current.append("(");
|
||||||
current.append(commaSeparatedOperands[currentInst]);
|
if (commaSeparatedOperands[currentInst] != null) {
|
||||||
|
current.append(commaSeparatedOperands[currentInst]);
|
||||||
|
}
|
||||||
current.append(")");
|
current.append(")");
|
||||||
current.append(" ");
|
current.append(" ");
|
||||||
if (inOrder) {
|
if (inOrder) {
|
||||||
|
|||||||
Reference in New Issue
Block a user