Skip to content

Commit

Permalink
Fix autotester whitespace failure (#14154)
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanN7 committed May 24, 2022
1 parent a268a23 commit e311b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dmd/backend/disasm86.d
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,7 @@ void disassemble(uint c)
}
else if (code[c+2] == 0xF9)
{
//0F 01 F9 RDTSCP
//0F 01 F9 RDTSCP
p1 = "rdtscp";
goto Ldone;
}
Expand Down Expand Up @@ -3621,7 +3621,7 @@ unittest
"BF 00 00 00 00 mov EDI,0",
"41 0F C7 09 cmpxchg8b [R9]",
"49 0F C7 09 cmpxchg16b [R9]",
"0F 01 F9 rdtscp"
"0F 01 F9 rdtscp"
];

char[BUFMAX] buf;
Expand Down

0 comments on commit e311b9a

Please sign in to comment.