Simplify local setter loop

This commit is contained in:
Thog 2020-01-12 18:51:28 +01:00
parent 21cfaf4c79
commit 71cbd55b12

View file

@ -331,7 +331,7 @@ namespace Ryujinx.HLE.HOS.Kernel.SupervisorCall
generator.Emit(OpCodes.Call, info);
registerInUse |= 1u << locals[index].Item2.Index;
registerInUse |= 1u << attribute.Index;
}
// Zero out the remaining unused registers.