More read-only

This commit is contained in:
Gabriel A 2023-12-24 12:58:34 -03:00
parent 1251f03575
commit 339d9ca83d
2 changed files with 9 additions and 15 deletions

View file

@ -377,12 +377,6 @@ namespace Ryujinx.Cpu.LightningJit.Arm32
public readonly uint Cond => (_value >> 28) & 0xF;
}
readonly struct Inst
{
private readonly uint _value;
public Inst(uint value) => _value = value;
}
readonly struct InstCondb28w4Rdb12w4Rmb0w4
{
private readonly uint _value;