Jit_SystemRegisters: Add missing sizes to constant arrays

This commit is contained in:
MerryMage 2017-03-20 19:40:22 +00:00
parent 9058ccea3f
commit 4491e9b829
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ void Jit64::mffsx(UGeckoInstruction inst)
}
// 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,
};