From: Julian Seward Date: Wed, 26 Jan 2005 00:01:52 +0000 (+0000) Subject: Verify that the x86 address mode decoder is really right, and reword a X-Git-Tag: svn/VALGRIND_3_0_1^2~586 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9efe3774a50e5bf910ff7f432d04b04f886b8272;p=thirdparty%2Fvalgrind.git Verify that the x86 address mode decoder is really right, and reword a failure message. git-svn-id: svn://svn.valgrind.org/vex/trunk@748 --- diff --git a/VEX/priv/guest-x86/toIR.c b/VEX/priv/guest-x86/toIR.c index 2fc51e7d00..93a03f781d 100644 --- a/VEX/priv/guest-x86/toIR.c +++ b/VEX/priv/guest-x86/toIR.c @@ -1582,7 +1582,7 @@ IRTemp disAMode ( Int* len, UChar sorb, UInt delta, UChar* buf ) UInt d = getUDisp32(delta); DIS(buf, "%s0x%x()", sorbTxt(sorb), d); *len = 6; - vpanic("amode 8"); + vpanic("disAMode(x86):untest amode: 8"); return disAMode_copy2tmp( handleSegOverride(sorb, mkU32(d))); }