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/AOpCodeSimdMemLit.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

diff --git a/Ryujinx/Cpu/Decoder/AOpCodeSimdMemLit.cs b/Ryujinx/Cpu/Decoder/AOpCodeSimdMemLit.cs
index cf6915f5..ea6fe00b 100644
--- a/Ryujinx/Cpu/Decoder/AOpCodeSimdMemLit.cs
+++ b/Ryujinx/Cpu/Decoder/AOpCodeSimdMemLit.cs
@@ -10,7 +10,7 @@ namespace ChocolArm64.Decoder
         public bool Signed   => false;
         public bool Prefetch => false;
 
-        public AOpCodeSimdMemLit(AInst Inst, long Position, int OpCode) : base(Inst, Position)
+        public AOpCodeSimdMemLit(AInst Inst, long Position, int OpCode) : base(Inst, Position, OpCode)
         {
             int Opc = (OpCode >> 30) & 3;
 
-- 
cgit v1.2.3-70-g09d2