Imported new libcxxrt (one-line fix).

This commit is contained in:
David Chisnall 2013-01-21 17:31:12 +00:00
parent 8e59c7f592
commit a694e2e496
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/libcxxrt/dist/; revision=245743
svn path=/vendor/libcxxrt/2013-01-21-c4b68a5c1836b9027fe8784fec25b7a2e6e6aa60/; revision=245744; tag=vendor/libcxxrt/2013-01-21-c4b68a5c1836b9027fe8784fec25b7a2e6e6aa60

View File

@ -801,7 +801,7 @@ extern "C" void __cxa_decrement_exception_refcount(void* thrown_exception)
*/
extern "C" void __cxa_rethrow()
{
__cxa_thread_info *ti = thread_info_fast();
__cxa_thread_info *ti = thread_info();
__cxa_eh_globals *globals = &ti->globals;
// Note: We don't remove this from the caught list here, because
// __cxa_end_catch will be called when we unwind out of the try block. We