Some small fixes#365
Conversation
|
Symbol compatibility check fails, though I don't believe this needs an alias or anything? |
headers/types/common/util.h
Outdated
| // Specifies a function called when a thread exits | ||
| typedef void (*thread_exit_fn_t)(void); | ||
|
|
||
| #pragma pack(4) |
There was a problem hiding this comment.
Pretty sure you need to do
| #pragma pack(4) | |
| #pragma pack(push, 4) |
For it to work with pop later
There was a problem hiding this comment.
Oops, yep, that is the case. Also added another instance of this to osi_alarm
Yeah I agree, no alias is fine, feel free to ignore that check |
Corrects two small errors fixed that prevented CoT projects from building:
cp_contextso that the size assertion succeedsOS_UnLockCartridge->OS_UnlockCartridgeVeneer