Commit 49068e70 authored by Logan Chien's avatar Logan Chien
Browse files

Fix alias1 exception test (MIPS).

The _Unwind_Exception structure in GAbi++ requires 32 bytes.
But clang is generating the code which assumes
sizeof(_Unwind_Exception) is equal to 24.  This will result
in incorrect address when we are catching the exception
object with its reference type.

Change-Id: Ia3f6b55717e6f7f8f25050460c1dbb7f7a5a5232
parent 738daf33
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment