From 55743c0cba7d1f3daafcedff4f9f623fdcf24b83 Mon Sep 17 00:00:00 2001
From: gdkchan <gab.dark.100@gmail.com>
Date: Sat, 10 Feb 2018 14:20:46 -0300
Subject: Only throw undefined instruction exception at execution, not at
 translation stage

---
 Ryujinx/Cpu/Decoder/AOpCodeMem.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Ryujinx/Cpu/Decoder/AOpCodeMem.cs')

diff --git a/Ryujinx/Cpu/Decoder/AOpCodeMem.cs b/Ryujinx/Cpu/Decoder/AOpCodeMem.cs
index 1950b286..5ec72125 100644
--- a/Ryujinx/Cpu/Decoder/AOpCodeMem.cs
+++ b/Ryujinx/Cpu/Decoder/AOpCodeMem.cs
@@ -9,7 +9,7 @@ namespace ChocolArm64.Decoder
         public    int  Size     { get; protected set; }
         public    bool Extend64 { get; protected set; }
 
-        public AOpCodeMem(AInst Inst, long Position, int OpCode) : base(Inst, Position)
+        public AOpCodeMem(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode)
         {
             Rt   = (OpCode >>  0) & 0x1f;
             Rn   = (OpCode >>  5) & 0x1f;
-- 
cgit v1.2.3-70-g09d2