forked from OSchip/llvm-project
parent
d36cc2b610
commit
0b7acaf027
|
@ -305,6 +305,7 @@ bool X86IntelAsmPrinter::doInitialization(Module &M) {
|
|||
|
||||
DefaultTextSection = "_text";
|
||||
DefaultDataSection = "_data";
|
||||
SwitchToSectionDirective = "";
|
||||
|
||||
O << "\t.686\n\t.model flat\n\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue