Simplify local setter loop
This commit is contained in:
parent
21cfaf4c79
commit
71cbd55b12
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue