arm64jit: Oops, properly init temp locked flag.

Fixes #10469.
This commit is contained in:
Unknown W. Brackets 2017-12-29 13:52:52 -08:00
parent 22cb8e0712
commit 2498ce5e3e

View File

@ -45,6 +45,7 @@ void Arm64RegCache::Start(MIPSAnalyst::AnalysisResults &stats) {
ar[i].mipsReg = MIPS_REG_INVALID;
ar[i].isDirty = false;
ar[i].pointerified = false;
ar[i].tempLocked = false;
}
for (int i = 0; i < NUM_MIPSREG; i++) {
mr[i].loc = ML_MEM;