mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the generic code to not pick the default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74839 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
024e94ce58
commit
53cf8298cf
@ -30,6 +30,7 @@ PIC16TargetAsmInfo(const PIC16TargetMachine &TM)
|
|||||||
Data8bitsDirective = " db ";
|
Data8bitsDirective = " db ";
|
||||||
Data16bitsDirective = " dw ";
|
Data16bitsDirective = " dw ";
|
||||||
Data32bitsDirective = " dl ";
|
Data32bitsDirective = " dl ";
|
||||||
|
Data64bitsDirective = NULL;
|
||||||
RomData8bitsDirective = " dw ";
|
RomData8bitsDirective = " dw ";
|
||||||
RomData16bitsDirective = " rom_di ";
|
RomData16bitsDirective = " rom_di ";
|
||||||
RomData32bitsDirective = " rom_dl ";
|
RomData32bitsDirective = " rom_dl ";
|
||||||
|
Loading…
Reference in New Issue
Block a user