mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 20:46:07 +00:00
Fixing build
This commit is contained in:
@@ -36,23 +36,7 @@ static inline void OSInitFastCast(void) {
|
||||
mtspr GQR5, r3
|
||||
}
|
||||
#else
|
||||
asm volatile ("
|
||||
li 3, 0x0004
|
||||
oris 3, 3, 0x0004
|
||||
mtspr GQR2, 3
|
||||
|
||||
li 3, 0x0005
|
||||
oris 3, 3, 0x0005
|
||||
mtspr GQR3, 3
|
||||
|
||||
li 3, 0x0006
|
||||
oris 3, 3, 0x0006
|
||||
mtspr GQR4, 3
|
||||
|
||||
li 3, 0x0007
|
||||
oris 3, 3, 0x0007
|
||||
mtspr GQR5, 3
|
||||
" : : : "r3" );
|
||||
#endif
|
||||
}
|
||||
// clang-format off
|
||||
|
||||
Reference in New Issue
Block a user