561a562,567
> // 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);
>