aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/State/ExceptionCallback.cs
blob: 2a4e9656a0b5406962c7b22eb614e5d05fd11c4f (plain) (blame)
1
2
3
4
5
namespace ARMeilleure.State
{
    public delegate void ExceptionCallbackNoArgs(ExecutionContext context);
    public delegate void ExceptionCallback(ExecutionContext context, ulong address, int id);
}