mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
Initialize TextAlignFillValue. Fix revision 47703.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1f4a887e32
commit
f3c630e3fc
@ -54,6 +54,7 @@ TargetAsmInfo::TargetAsmInfo() :
|
||||
Data64bitsDirective("\t.quad\t"),
|
||||
AlignDirective("\t.align\t"),
|
||||
AlignmentIsInBytes(true),
|
||||
TextAlignFillValue(0),
|
||||
SwitchToSectionDirective("\t.section\t"),
|
||||
TextSectionStartSuffix(""),
|
||||
DataSectionStartSuffix(""),
|
||||
|
Loading…
x
Reference in New Issue
Block a user