mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 22:46:59 +00:00
removed host=bigendian assertion for now.
git-svn-id: svn://svn.valgrind.org/vex/trunk@872
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user