コード例 #1
0
ファイル: XtensaProcessorState.cs プロジェクト: zan00789/reko
 public XtensaProcessorState(XtensaProcessorState that) : base(that)
 {
     this.arch = that.arch;
     this.ip   = that.ip;
 }
コード例 #2
0
ファイル: XtensaRewriterTests.cs プロジェクト: relaxar/reko
 public void Setup()
 {
     state = (XtensaProcessorState)arch.CreateProcessorState();
 }
コード例 #3
0
 public XtensaProcessorState(XtensaProcessorState that) : base(that)
 {
     this.arch = that.arch;
     this.InstructionPointer = that.InstructionPointer;
 }