mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Jit_SystemRegisters: Add missing sizes to constant arrays
This commit is contained in:
@ -657,7 +657,7 @@ void Jit64::mffsx(UGeckoInstruction inst)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// MXCSR = s_fpscr_to_mxcsr[FPSCR & 7]
|
// MXCSR = s_fpscr_to_mxcsr[FPSCR & 7]
|
||||||
static const u32 s_fpscr_to_mxcsr[] = {
|
static const u32 s_fpscr_to_mxcsr[8] = {
|
||||||
0x1F80, 0x7F80, 0x5F80, 0x3F80, 0x9F80, 0xFF80, 0xDF80, 0xBF80,
|
0x1F80, 0x7F80, 0x5F80, 0x3F80, 0x9F80, 0xFF80, 0xDF80, 0xBF80,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user