From db0aa54233d14b8feaf9fd382a3d64fda3614c4b Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 22 Apr 2018 02:48:17 -0300 Subject: Print guest stack trace on a few points that can throw exceptions --- ChocolArm64/Instruction/AInstEmitException.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'ChocolArm64') diff --git a/ChocolArm64/Instruction/AInstEmitException.cs b/ChocolArm64/Instruction/AInstEmitException.cs index 041e2890..3e444c73 100644 --- a/ChocolArm64/Instruction/AInstEmitException.cs +++ b/ChocolArm64/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 -- cgit v1.2.3