From: Julian Seward Date: Thu, 6 Jan 2005 15:45:54 +0000 (+0000) Subject: Darn; fix stupid copy-n-paste bug introduced in previous fsave/frstor X-Git-Tag: svn/VALGRIND_3_0_1^2~639 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=694bd05976c509e6e026cc4dd7443ff84d0c7399;p=thirdparty%2Fvalgrind.git Darn; fix stupid copy-n-paste bug introduced in previous fsave/frstor fix. Thanks to 'make regtest' for finding it. git-svn-id: svn://svn.valgrind.org/vex/trunk@695 --- diff --git a/VEX/priv/guest-x86/ghelpers.c b/VEX/priv/guest-x86/ghelpers.c index 10880c0098..e5565a9aa9 100644 --- a/VEX/priv/guest-x86/ghelpers.c +++ b/VEX/priv/guest-x86/ghelpers.c @@ -1503,7 +1503,6 @@ VexEmWarn put_x87 ( Bool moveRegs, ULong pair; /* Copy registers and tags */ - tagw = 0; for (stno = 0; stno < 8; stno++) { preg = (stno + ftop) & 7; tag = (tagw >> (2*preg)) & 3;