Merge branch 'Rainchus:main' into main
This commit is contained in:
commit
9f70cef6fe
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ typedef union {
|
||||||
} PPCWGPipe;
|
} PPCWGPipe;
|
||||||
|
|
||||||
#ifdef __MWERKS__
|
#ifdef __MWERKS__
|
||||||
/*volatile*/ PPCWGPipe GXWGFifo : GXFIFO_ADDR;
|
volatile PPCWGPipe GXWGFifo : GXFIFO_ADDR;
|
||||||
#else
|
#else
|
||||||
#define GXWGFifo (*(volatile PPCWGPipe*)GXFIFO_ADDR)
|
#define GXWGFifo (*(volatile PPCWGPipe*)GXFIFO_ADDR)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue