mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Make comment more meaningful.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97169 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d179a8b1d9
commit
f7e90ae205
@ -746,7 +746,8 @@ void DwarfException::EmitExceptionTable() {
|
||||
unsigned SizeAlign = (4 - TotalSize) & 3;
|
||||
|
||||
if (HaveTTData)
|
||||
// Pad here for alignment.
|
||||
// Account for any extra padded that will be added to the call site table
|
||||
// length.
|
||||
EmitULEB128(TTypeBaseOffset + SizeAlign, "@TType base offset");
|
||||
|
||||
// SjLj Exception handling
|
||||
|
Loading…
x
Reference in New Issue
Block a user