From: Nicholas Nethercote Date: Tue, 22 Jul 2003 10:50:41 +0000 (+0000) Subject: wibble X-Git-Tag: svn/VALGRIND_2_0_0~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53fcf82ef15b8fabde88b3a6e2a70ae2b7ecf997;p=thirdparty%2Fvalgrind.git wibble git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1775 --- diff --git a/coregrind/vg_from_ucode.c b/coregrind/vg_from_ucode.c index b229848165..1795cb001d 100644 --- a/coregrind/vg_from_ucode.c +++ b/coregrind/vg_from_ucode.c @@ -3130,7 +3130,7 @@ UInt VG_(get_archreg) ( UInt arch ) case R_EBP: return VG_(baseBlock)[ VGOFF_(m_ebp) ]; case R_ESI: return VG_(baseBlock)[ VGOFF_(m_esi) ]; case R_EDI: return VG_(baseBlock)[ VGOFF_(m_edi) ]; - default: VG_(core_panic)( "get_thread_archreg"); + default: VG_(core_panic)( "get_archreg"); } }