]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix comment.
authorJulian Seward <jseward@acm.org>
Sat, 26 Mar 2005 21:49:42 +0000 (21:49 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 26 Mar 2005 21:49:42 +0000 (21:49 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1098

VEX/priv/guest-x86/toIR.c

index dca188fd72e1082f68d595736f1747dad6064b7d..b1f8dd6d2814d2f91c8c8ec3b79a5b82b99d664e 100644 (file)
@@ -4298,7 +4298,7 @@ UInt dis_FPU ( Bool* decode_ok, UChar sorb, UInt delta )
 
             case 5: { /* FLD extended-real */
                /* Uses dirty helper: 
-                     ULong loadF80le ( VexGuestX86State*, UInt )
+                     ULong x86g_loadF80le ( UInt )
                   addr holds the address.  First, do a dirty call to
                   get hold of the data. */
                IRTemp   val  = newTemp(Ity_I64);