Align __osContPifRam

This commit is contained in:
Ryan Dwyer 2022-10-14 17:19:27 +10:00
parent 65e365fb08
commit 678835d997
1 changed files with 5 additions and 0 deletions

View File

@ -3,7 +3,12 @@
#include "controller.h"
#include "siint.h"
#ifdef __sgi
OSPifRam __osContPifRam;
#else
__attribute__ ((aligned (0x10))) OSPifRam __osContPifRam;
#endif
u8 __osContLastCmd;
u8 __osMaxControllers;
OSTimer __osEepromTimer;