From: Cerion Armour-Brown Date: Tue, 8 Feb 2005 19:38:39 +0000 (+0000) Subject: removed host=bigendian assertion for now. X-Git-Tag: svn/VALGRIND_3_0_1^2~462 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9242c1e6ea2826b7fa2f5cd727fac3faa25beaee;p=thirdparty%2Fvalgrind.git removed host=bigendian assertion for now. git-svn-id: svn://svn.valgrind.org/vex/trunk@872 --- diff --git a/VEX/priv/guest-ppc32/toIR.c b/VEX/priv/guest-ppc32/toIR.c index 198a6bc8e0..fb62ea550f 100644 --- a/VEX/priv/guest-ppc32/toIR.c +++ b/VEX/priv/guest-ppc32/toIR.c @@ -473,7 +473,7 @@ static Int integerGuestRegOffset ( UInt archreg ) { vassert(archreg < 32); - vassert(!host_is_bigendian); //TODO: is this necessary? +// vassert(!host_is_bigendian); //TODO: is this necessary? // jrs: probably not; only matters if we reference sub-parts // of the ppc32 registers, but that isn't the case switch (archreg) {