From: Nicholas Nethercote Date: Fri, 16 Apr 2004 08:04:28 +0000 (+0000) Subject: Fix assertion failure msg. X-Git-Tag: svn/VALGRIND_2_1_2~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74a38f2a4e9cb9c826779043c3af4c08788c41c;p=thirdparty%2Fvalgrind.git Fix assertion failure msg. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2366 --- diff --git a/coregrind/vg_from_ucode.c b/coregrind/vg_from_ucode.c index 211f58e590..d85cefa369 100644 --- a/coregrind/vg_from_ucode.c +++ b/coregrind/vg_from_ucode.c @@ -3918,7 +3918,7 @@ static void emitUInstr ( UCodeBlock* cb, Int i, anyFlagUse(u), u->opcode, u->size, u->val1, u->val2 ); break; - default: VG_(core_panic)("emitUInstr:non-shift-op"); + default: VG_(core_panic)("emitUInstr:shift-op"); } break; }