From d45a67fd367ccaf8a4fdf8e5880174127076183f Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 22 Apr 2018 02:48:17 -0300 Subject: [PATCH] Print guest stack trace on a few points that can throw exceptions --- Instruction/AInstEmitException.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Instruction/AInstEmitException.cs b/Instruction/AInstEmitException.cs index 041e289..3e444c7 100644 --- a/Instruction/AInstEmitException.cs +++ b/Instruction/AInstEmitException.cs @@ -1,7 +1,6 @@ using ChocolArm64.Decoder; using ChocolArm64.State; using ChocolArm64.Translation; -using System.Reflection; using System.Reflection.Emit; namespace ChocolArm64.Instruction