From 53fcf82ef15b8fabde88b3a6e2a70ae2b7ecf997 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 22 Jul 2003 10:50:41 +0000 Subject: [PATCH] wibble git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1775 --- coregrind/vg_from_ucode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/vg_from_ucode.c b/coregrind/vg_from_ucode.c index b22984816..1795cb001 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"); } }