mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-01 08:07:49 -04:00
Switch Runtime.PPCEABI.H to MWCC 1.3
This commit is contained in:
@@ -65,7 +65,7 @@ void __fill_mem(void* dst, int val, u32 n)
|
||||
|
||||
((u8*)dst) = ((u8*)(((u32*)dst) + 1)) - 1;
|
||||
|
||||
n &= 3;
|
||||
n = n & 3;
|
||||
}
|
||||
|
||||
if (n)
|
||||
|
||||
Reference in New Issue
Block a user