Endianness: Make it easier to check the compiled in guest endianness.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 19 Sep 2011 12:19:45 +0000 (05:19 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 19 Sep 2011 12:19:45 +0000 (05:19 -0700)
commit3eca0a2bc9d8679a05dd92b5aec6e6358aab3681
treea5f5c1eeea97a704157675d9aea8ac93deb27147
parent978e41eab058100bb784a4229c2c7f5ec1928dd5
Endianness: Make it easier to check the compiled in guest endianness.

It was technically possible but clumsy to determine what endianness a guest
was configured with using the state in byteswap.hh. This change makes that
information available more directly.

Also get rid of unused (and mildly redundant) ByteOrderDiffers constant.
src/sim/byteswap.hh