Ejemplo n.º 1
0
 internal void OnSvcCall(long Position, int Imm)
 {
     SvcCall?.Invoke(this, new AInstExceptionEventArgs(Position, Imm));
 }
Ejemplo n.º 2
0
 internal void OnSvcCall(int Imm)
 {
     SvcCall?.Invoke(this, new AInstExceptionEventArgs(Imm));
 }
Ejemplo n.º 3
0
 public void OnSvcCall(int Imm)
 {
     SvcCall?.Invoke(this, new SvcEventArgs(Imm));
 }
Ejemplo n.º 4
0
 internal void OnSvcCall(long position, int imm)
 {
     SvcCall?.Invoke(this, new InstExceptionEventArgs(position, imm));
 }