aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Cpu/Decoder/ADecoder.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx/Cpu/Decoder/ADecoder.cs')
-rw-r--r--Ryujinx/Cpu/Decoder/ADecoder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Cpu/Decoder/ADecoder.cs b/Ryujinx/Cpu/Decoder/ADecoder.cs
index 5eb0e0dd..06a535c1 100644
--- a/Ryujinx/Cpu/Decoder/ADecoder.cs
+++ b/Ryujinx/Cpu/Decoder/ADecoder.cs
@@ -161,7 +161,7 @@ namespace ChocolArm64.Decoder
AInst Inst = AOpCodeTable.GetInst(OpCode);
- AOpCode DecodedOpCode = new AOpCode(AInst.Undefined, Position);
+ AOpCode DecodedOpCode = new AOpCode(AInst.Undefined, Position, OpCode);
if (Inst.Type != null)
{