mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +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:
parent
1fc0a8da34
commit
05dd2d9019
@ -243,9 +243,8 @@ std::pair<MCSymbol *, MCSymbol *> MCDwarfLineTableHeader::Emit(MCStreamer *MCOS)
|
||||
0, // length of DW_LNS_set_epilogue_begin
|
||||
1 // DW_LNS_set_isa
|
||||
};
|
||||
static_assert(array_lengthof(StandardOpcodeLengths) ==
|
||||
(DWARF2_LINE_OPCODE_BASE - 1),
|
||||
"");
|
||||
assert(array_lengthof(StandardOpcodeLengths) ==
|
||||
(DWARF2_LINE_OPCODE_BASE - 1));
|
||||
return Emit(MCOS, StandardOpcodeLengths);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user