mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 23:46:56 -05:00
Add missing wut offset checks
This commit is contained in:
parent
ed4b52408b
commit
41e96a5421
|
|
@ -57,6 +57,8 @@ WUT_CHECK_OFFSET(OSContext, 0x90, ctr);
|
|||
WUT_CHECK_OFFSET(OSContext, 0x94, xer);
|
||||
WUT_CHECK_OFFSET(OSContext, 0x98, srr0);
|
||||
WUT_CHECK_OFFSET(OSContext, 0x9c, srr1);
|
||||
WUT_CHECK_OFFSET(OSContext, 0xa0, dsisr);
|
||||
WUT_CHECK_OFFSET(OSContext, 0xa4, dar);
|
||||
WUT_CHECK_OFFSET(OSContext, 0xb4, fpscr);
|
||||
WUT_CHECK_OFFSET(OSContext, 0xb8, fpr);
|
||||
WUT_CHECK_OFFSET(OSContext, 0x1b8, spinLockCount);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user