mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-03-29 17:18:57 +08:00
14 lines
477 B
Diff
14 lines
477 B
Diff
Index: lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
|
|
===================================================================
|
|
--- lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp (revision 190250)
|
|
+++ lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp (working copy)
|
|
@@ -630,7 +630,7 @@
|
|
O << markup("<mem:") << "[";
|
|
printRegName(O, MO1.getReg());
|
|
if (MO2.getImm()) {
|
|
- O << ":" << (MO2.getImm() << 3);
|
|
+ O << ", :" << (MO2.getImm() << 3);
|
|
}
|
|
O << "]" << markup(">");
|
|
}
|