Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2013 17:31:12 +0000 (UTC)
From:      David Chisnall <theraven@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r245743 - vendor/libcxxrt/dist
Message-ID:  <201301211731.r0LHVCNU094728@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: theraven
Date: Mon Jan 21 17:31:12 2013
New Revision: 245743
URL: http://svnweb.freebsd.org/changeset/base/245743

Log:
  Imported new libcxxrt (one-line fix).

Modified:
  vendor/libcxxrt/dist/exception.cc

Modified: vendor/libcxxrt/dist/exception.cc
==============================================================================
--- vendor/libcxxrt/dist/exception.cc	Mon Jan 21 14:06:33 2013	(r245742)
+++ vendor/libcxxrt/dist/exception.cc	Mon Jan 21 17:31:12 2013	(r245743)
@@ -801,7 +801,7 @@ extern "C" void __cxa_decrement_exceptio
  */
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301211731.r0LHVCNU094728>