mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Fix build failure on MSVC compilers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -243,9 +243,8 @@ std::pair<MCSymbol *, MCSymbol *> MCDwarfLineTableHeader::Emit(MCStreamer *MCOS)
|
|||||||
0, // length of DW_LNS_set_epilogue_begin
|
0, // length of DW_LNS_set_epilogue_begin
|
||||||
1 // DW_LNS_set_isa
|
1 // DW_LNS_set_isa
|
||||||
};
|
};
|
||||||
static_assert(array_lengthof(StandardOpcodeLengths) ==
|
assert(array_lengthof(StandardOpcodeLengths) ==
|
||||||
(DWARF2_LINE_OPCODE_BASE - 1),
|
(DWARF2_LINE_OPCODE_BASE - 1));
|
||||||
"");
|
|
||||||
return Emit(MCOS, StandardOpcodeLengths);
|
return Emit(MCOS, StandardOpcodeLengths);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user