Switch Runtime.PPCEABI.H to MWCC 1.3

This commit is contained in:
LagoLunatic
2024-07-07 16:42:57 -04:00
parent 6eb8518355
commit cc0649fae9
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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)