]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Duh; fix not-really-a-function-call.
authorJulian Seward <jseward@acm.org>
Tue, 21 Sep 2004 23:38:53 +0000 (23:38 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 21 Sep 2004 23:38:53 +0000 (23:38 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@281

VEX/priv/guest-x86/ghelpers.c

index 0cc3caccc48e72216af975fc5e75b7a1e91cd0fb..ef06f9962eea901344678760a469989f051d0745 100644 (file)
@@ -843,7 +843,7 @@ static UInt calculate_FXAM ( UInt tag, ULong dbl )
    UInt   c1;
    UChar* f64;
 
-   if (!host_is_little_endian) {
+   if (!host_is_little_endian()) {
       vassert(0);
    }