From: Julian Seward Date: Tue, 21 Sep 2004 23:38:53 +0000 (+0000) Subject: Duh; fix not-really-a-function-call. X-Git-Tag: svn/VALGRIND_3_0_1^2~1053 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba4d1155fbf13d8b7c87fa9ef173af7ee5437947;p=thirdparty%2Fvalgrind.git Duh; fix not-really-a-function-call. git-svn-id: svn://svn.valgrind.org/vex/trunk@281 --- diff --git a/VEX/priv/guest-x86/ghelpers.c b/VEX/priv/guest-x86/ghelpers.c index 0cc3caccc4..ef06f9962e 100644 --- a/VEX/priv/guest-x86/ghelpers.c +++ b/VEX/priv/guest-x86/ghelpers.c @@ -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); }