Forgot to update the macro check.

--HG--
branch : coreinit-allocator-api
This commit is contained in:
Daniel K. O. (dkosmari) 2024-10-01 17:08:35 -03:00
parent 73beeb53e7
commit 49d724a6e7

View File

@ -22,7 +22,7 @@ struct MEMAllocator {
};
WUT_CHECK_OFFSET(MEMAllocator, 0x0, funcs);
WUT_CHECK_OFFSET(MEMAllocator, 0x4, heap);
WUT_CHECK_OFFSET(MEMAllocator, 0x8, alignment);
WUT_CHECK_OFFSET(MEMAllocator, 0x8, align);
WUT_CHECK_SIZE(MEMAllocator, 0x10);
struct MEMAllocatorFunctions {