mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GT-3231 fixed tests
This commit is contained in:
parent
04f7366a62
commit
7348fafd17
3 changed files with 2193 additions and 6551 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue