350a351,355
> inline ByteOrder byteOrder(ThreadContext *tc)
> {
> return isBigEndian64(tc) ? BigEndianByteOrder : LittleEndianByteOrder;
> };
>