aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Cpu/Decoder/AOpCodeSimdImm.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx/Cpu/Decoder/AOpCodeSimdImm.cs')
-rw-r--r--Ryujinx/Cpu/Decoder/AOpCodeSimdImm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Cpu/Decoder/AOpCodeSimdImm.cs b/Ryujinx/Cpu/Decoder/AOpCodeSimdImm.cs
index 3a08ce63..2959aee6 100644
--- a/Ryujinx/Cpu/Decoder/AOpCodeSimdImm.cs
+++ b/Ryujinx/Cpu/Decoder/AOpCodeSimdImm.cs
@@ -9,7 +9,7 @@ namespace ChocolArm64.Decoder
public long Imm { get; private set; }
public int Size { get; private set; }
- public AOpCodeSimdImm(AInst Inst, long Position, int OpCode) : base(Inst, Position)
+ public AOpCodeSimdImm(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode)
{
Rd = OpCode & 0x1f;