예제 #1
0
 public XtensaProcessorState(XtensaProcessorState that) : base(that)
 {
     this.arch = that.arch;
     this.ip   = that.ip;
 }
예제 #2
0
 public void Setup()
 {
     state = (XtensaProcessorState)arch.CreateProcessorState();
 }
예제 #3
0
 public XtensaProcessorState(XtensaProcessorState that) : base(that)
 {
     this.arch = that.arch;
     this.InstructionPointer = that.InstructionPointer;
 }