[SDK] Remove duplicate definition

This commit is contained in:
Mark Jansen 2021-04-11 15:56:18 +02:00
parent 0911e8f457
commit a555892027
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -779,7 +779,7 @@ OFFSET(ThSpecialApcDisable, KTHREAD, SpecialApcDisable),
//OFFSET(ThVfpState, KTHREAD, VfpState),
#endif
OFFSET(ThNextProcessor, KTHREAD, NextProcessor),
OFFSET(ThProcess, KTHREAD, Process),
//OFFSET(ThProcess, KTHREAD, Process),
OFFSET(ThPreviousMode, KTHREAD, PreviousMode),
OFFSET(ThPriorityDecrement, KTHREAD, PriorityDecrement), // obsolete
OFFSET(ThAdjustReason, KTHREAD, AdjustReason),