Remove unnecessary usage of xe::be.

This commit is contained in:
gibbed
2018-05-27 16:34:35 -05:00
parent fed3c10c60
commit 4cc2aaf5b9
6 changed files with 24 additions and 24 deletions

View File

@@ -39,10 +39,10 @@ struct XAPC {
// KAPC is 0x28(40) bytes? (what's passed to ExAllocatePoolWithTag)
// This is 4b shorter than NT - looks like the reserved dword at +4 is gone.
// NOTE: stored in guest memory.
xe::be<uint8_t> type; // +0
xe::be<uint8_t> unk1; // +1
xe::be<uint8_t> processor_mode; // +2
xe::be<uint8_t> enqueued; // +3
uint8_t type; // +0
uint8_t unk1; // +1
uint8_t processor_mode; // +2
uint8_t enqueued; // +3
xe::be<uint32_t> thread_ptr; // +4
xe::be<uint32_t> flink; // +8
xe::be<uint32_t> blink; // +12