mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97269 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
68e326689d
commit
6507eca124
@ -746,7 +746,7 @@ void DwarfException::EmitExceptionTable() {
|
||||
unsigned SizeAlign = (4 - TotalSize) & 3;
|
||||
|
||||
if (HaveTTData) {
|
||||
// Account for any extra padded that will be added to the call site table
|
||||
// Account for any extra padding that will be added to the call site table
|
||||
// length.
|
||||
unsigned Offset = TTypeBaseOffset + SizeAlign;
|
||||
unsigned OffsetSize = MCAsmInfo::getULEB128Size(Offset);
|
||||
|
Loading…
x
Reference in New Issue
Block a user