mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01: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