mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 23:46:56 -05:00
Forgot to update the macro check.
--HG-- branch : coreinit-allocator-api
This commit is contained in:
parent
73beeb53e7
commit
49d724a6e7
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user