mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 09:01:19 +00:00
Merge pull request #25 from Rot127/fix-alias-asm-str
Emit a space if the alias has one at the same position as well.
This commit is contained in:
commit
f878c108c1
@ -1734,6 +1734,7 @@ void PrinterCapstone::asmWriterEmitPrintAliasInstrBody(
|
||||
|
||||
OS << " if (AsmString[I] != '\\0') {\n";
|
||||
OS << " if (AsmString[I] == ' ' || AsmString[I] == '\\t') {\n";
|
||||
OS << " SStream_concat1(OS, ' ');\n";
|
||||
OS << " ++I;\n";
|
||||
OS << " }\n";
|
||||
OS << " do {\n";
|
||||
|
Loading…
Reference in New Issue
Block a user