]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix stupid bug in insn decoder caused by Rev 344.
authorJulian Seward <jseward@acm.org>
Thu, 14 Oct 2004 21:58:52 +0000 (21:58 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 14 Oct 2004 21:58:52 +0000 (21:58 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@345

VEX/priv/guest-x86/toIR.c

index f237cacedd5a537b1cb4459689b13687883974ba..e132e075abbc3694107d293f81ab69916d2009ca 100644 (file)
@@ -4081,6 +4081,9 @@ UInt dis_FPU ( Bool* decode_ok, UChar sorb, UInt delta )
    else
    vpanic("dis_FPU(x86): invalid primary opcode");
 
+   *decode_ok = True;
+   return delta;
+
   decode_fail:
    *decode_ok = False;
    return delta;