removed host=bigendian assertion for now.

git-svn-id: svn://svn.valgrind.org/vex/trunk@872
This commit is contained in:
Cerion Armour-Brown
2005-02-08 19:38:39 +00:00
parent 2380fb0907
commit 9242c1e6ea

View 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) {