mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
And should use the correct variable.
llvm-svn: 97193
This commit is contained in:
parent
30d82f42c4
commit
6c6c5e70e3
@ -758,7 +758,7 @@ void DwarfException::EmitExceptionTable() {
|
||||
if (OffsetSize != TTypeBaseOffsetSize) {
|
||||
assert((int)OffsetSize - (int)TTypeBaseOffsetSize);
|
||||
TTypeBaseOverflow = OffsetSize - TTypeBaseOffsetSize;
|
||||
assert(SizeAlign >= TTypeBaseOffsetSize);
|
||||
assert(SizeAlign >= TTypeBaseOverflow);
|
||||
SizeAlign -= TTypeBaseOverflow;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user