We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9fed6 commit 62dcfbeCopy full SHA for 62dcfbe
llvm/lib/Target/Z80/MCTargetDesc/Z80MCAsmInfo.cpp
@@ -38,7 +38,7 @@ Z80MCAsmInfoELF::Z80MCAsmInfoELF(const Triple &T) {
38
39
// Common to both GAS and fasmg
40
CommentString = ";";
41
- ZeroDirective = AscizDirective = nullptr;
+ AscizDirective = nullptr;
42
Code32Directive = Code64Directive = nullptr;
43
UseIntegratedAssembler = false;
44
AssemblerDialect = !Is16Bit;
@@ -56,6 +56,7 @@ Z80MCAsmInfoELF::Z80MCAsmInfoELF(const Triple &T) {
56
SeparatorString = nullptr;
57
PrivateGlobalPrefix = PrivateLabelPrefix = "";
58
SupportsQuotedNames = false;
59
+ ZeroDirective = nullptr;
60
BlockSeparator = " dup ";
61
AsciiDirective = ByteListDirective = Data8bitsDirective = "\tdb\t";
62
NumberLiteralSyntax = ANLS_PlainDecimal;
0 commit comments