From a694e2e49638733fdcb3aeb649a074daf5410e8e Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Mon, 21 Jan 2013 17:31:12 +0000 Subject: [PATCH] Imported new libcxxrt (one-line fix). --- exception.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exception.cc b/exception.cc index 0cb2535f8fd1..4ccf38eba7ac 100644 --- a/exception.cc +++ b/exception.cc @@ -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