mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
fix a bug I introduced in r98459, causing some NNT failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98470 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e81716425
commit
21f9c8de53
@ -810,7 +810,7 @@ void DwarfException::EmitExceptionTable() {
|
||||
// number of 16-byte bundles. The first call site is counted relative to
|
||||
// the start of the procedure fragment.
|
||||
Asm->OutStreamer.AddComment("Region start");
|
||||
EmitSectionOffset(EHFuncBeginSym, EndLabel, true);
|
||||
EmitSectionOffset(BeginLabel, EHFuncBeginSym, true, true);
|
||||
|
||||
Asm->OutStreamer.AddComment("Region length");
|
||||
EmitDifference(EndLabel, BeginLabel, true);
|
||||
|
Loading…
Reference in New Issue
Block a user