512d511
< #if FULL_SYSTEM
521d519
< #endif
564,569d561
< // When the data comes from the store queue entry, it's in host
< // order. When it gets sent to the load, it needs to be in guest
< // order so when the load converts it again, it ends up back
< // in host order like the inst expects.
< data = TheISA::htog(data);
<