]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typo in FPU eflags fix.
authorTom Hughes <tom@compton.nu>
Sun, 28 Mar 2004 11:36:23 +0000 (11:36 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 28 Mar 2004 11:36:23 +0000 (11:36 +0000)
CCMAIL: 78514-done@bugs.kde.org

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2345

memcheck/mc_translate.c

index 301d9da5685afe505e08f5c2268a586dce021dcc..29bc2f09826ff146838c94d38bde49234f4ffe91 100644 (file)
@@ -1194,7 +1194,7 @@ static UCodeBlock* memcheck_instrument ( UCodeBlock* cb_in )
             if (u_in->flags_w != FlagsEmpty) {
                qd = newTemp(cb);
                uInstr2(cb, MOV, 4, Literal, 0, TempReg, qd);
-               uLiteral(cb, qd);
+               uLiteral(cb, 0);
                create_PUTVF(cb, 0, qd);
             }
             VG_(copy_UInstr)(cb, u_in);