Skip to content

Commit 73c90b7

Browse files
committed
Remove initial tab character of assembly string.
1 parent 0d0e601 commit 73c90b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/ARM/ARMGenAsmWriter.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9603,7 +9603,7 @@ MnemonicBitsInfo getMnemonic(MCInst *MI, SStream *O) {
96039603
/// printInstruction - This method is automatically generated by tablegen
96049604
/// from the instruction set description.
96059605
void printInstruction(MCInst *MI, uint64_t Address, SStream *O) {
9606-
SStream_concat0(O, "\t");
9606+
SStream_concat0(O, "");
96079607
MnemonicBitsInfo MnemonicInfo = getMnemonic(MI, O);
96089608

96099609
SStream_concat0(O, MnemonicInfo.first);

0 commit comments

Comments
 (0)