Remove unnecessary usage of xe::be.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user