]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix copy-n-paste-o spotted by Ceri.
authorJulian Seward <jseward@acm.org>
Mon, 21 Mar 2005 00:12:15 +0000 (00:12 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 21 Mar 2005 00:12:15 +0000 (00:12 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1060

VEX/priv/guest-x86/toIR.c

index 33c1471bfc7c5c0ab09b4ed248c066434bb9acf5..4b38c58c0382740730d78427c6c7374ea547c7de 100644 (file)
@@ -4175,7 +4175,7 @@ UInt dis_FPU ( Bool* decode_ok, UChar sorb, UInt delta )
                goto do_foprev_m32;
 
             case 6: /* FIDIV m32int */ /* ST(0) /= m32int */
-               DIP("fisubl %s\n", dis_buf);
+               DIP("fidivl %s\n", dis_buf);
                fop = Iop_DivF64;
                goto do_fop_m32;