And should use the correct variable.

llvm-svn: 97193
This commit is contained in:
Bill Wendling 2010-02-26 00:24:25 +00:00
parent 47c3269236
commit 6f14f6a962
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}