]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
removed host=bigendian assertion for now.
authorCerion Armour-Brown <cerion@valgrind.org>
Tue, 8 Feb 2005 19:38:39 +0000 (19:38 +0000)
committerCerion Armour-Brown <cerion@valgrind.org>
Tue, 8 Feb 2005 19:38:39 +0000 (19:38 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@872

VEX/priv/guest-ppc32/toIR.c

index 198a6bc8e01adf1aaa3a5a5d81530f3c72ca953a..fb62ea550f86a6755258521450d3084886e7897a 100644 (file)
@@ -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) {