mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +00:00
MASM doesn't have one of these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23b9eac4cb
commit
c9260a1556
@ -305,6 +305,7 @@ bool X86IntelAsmPrinter::doInitialization(Module &M) {
|
||||
|
||||
DefaultTextSection = "_text";
|
||||
DefaultDataSection = "_data";
|
||||
SwitchToSectionDirective = "";
|
||||
|
||||
O << "\t.686\n\t.model flat\n\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user