File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
llvm/lib/Target/Z80/MCTargetDesc Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Z80MCAsmInfoELF::Z80MCAsmInfoELF(const Triple &T) {
38
38
39
39
// Common to both GAS and fasmg
40
40
CommentString = " ;" ;
41
- ZeroDirective = AscizDirective = nullptr ;
41
+ AscizDirective = nullptr ;
42
42
Code32Directive = Code64Directive = nullptr ;
43
43
UseIntegratedAssembler = false ;
44
44
AssemblerDialect = !Is16Bit;
@@ -56,6 +56,7 @@ Z80MCAsmInfoELF::Z80MCAsmInfoELF(const Triple &T) {
56
56
SeparatorString = nullptr ;
57
57
PrivateGlobalPrefix = PrivateLabelPrefix = " " ;
58
58
SupportsQuotedNames = false ;
59
+ ZeroDirective = nullptr ;
59
60
BlockSeparator = " dup " ;
60
61
AsciiDirective = ByteListDirective = Data8bitsDirective = " \t db\t " ;
61
62
NumberLiteralSyntax = ANLS_PlainDecimal;
You can’t perform that action at this time.
0 commit comments