Print guest stack trace on a few points that can throw exceptions

This commit is contained in:
gdkchan 2018-04-22 02:48:17 -03:00
parent 464195813f
commit dcd0b977f8
4 changed files with 9 additions and 3 deletions

View file

@ -1,7 +1,6 @@
using ChocolArm64.Decoder;
using ChocolArm64.State;
using ChocolArm64.Translation;
using System.Reflection;
using System.Reflection.Emit;
namespace ChocolArm64.Instruction