[NTOS:KE] Fix usage of KTHREAD::SwapBusy

This commit is contained in:
Timo Kreuzer 2021-06-07 13:57:32 +02:00
parent a011d19ed2
commit f4d47faeb7
3 changed files with 12 additions and 0 deletions

View file

@ -762,6 +762,7 @@ OFFSET(ThSystemCallNumber, KTHREAD, SystemCallNumber),
OFFSET(ThTrapFrame, KTHREAD, TrapFrame),
OFFSET(ThApcState, KTHREAD, ApcState),
OFFSET(ThPriority, KTHREAD, Priority), // obsolete
OFFSET(ThSwapBusy, KTHREAD, SwapBusy),
OFFSET(ThContextSwitches, KTHREAD, ContextSwitches),
OFFSET(ThState, KTHREAD, State),
OFFSET(ThProcess, KTHREAD, Process), // thProcess in native headers