aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-04-22 02:48:17 -0300
committergdkchan <gab.dark.100@gmail.com>2018-04-22 02:48:17 -0300
commitdb0aa54233d14b8feaf9fd382a3d64fda3614c4b (patch)
tree16356a5420189d3fa5ca3999539aeb48e16c8440 /ChocolArm64
parentbd9b1e2c6b912c7cdab55ec6acc063c88a59cff1 (diff)
Print guest stack trace on a few points that can throw exceptions
Diffstat (limited to 'ChocolArm64')
-rw-r--r--ChocolArm64/Instruction/AInstEmitException.cs1
1 files changed, 0 insertions, 1 deletions
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