]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darn; fix stupid copy-n-paste bug introduced in previous fsave/frstor
authorJulian Seward <jseward@acm.org>
Thu, 6 Jan 2005 15:45:54 +0000 (15:45 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 6 Jan 2005 15:45:54 +0000 (15:45 +0000)
fix.  Thanks to 'make regtest' for finding it.

git-svn-id: svn://svn.valgrind.org/vex/trunk@695

VEX/priv/guest-x86/ghelpers.c

index 10880c009842f7f7347038ccf086aad4b750b73f..e5565a9aa9bb8d20d6f36b5bd1daeac132a9367c 100644 (file)
@@ -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;