예제 #1
0
 private void Given_CallingConvention()
 {
     this.cc  = new X86_64CallingConvention(arch);
     this.ccr = new CallingConventionEmitter();
 }
예제 #2
0
 public void Setup()
 {
     this.cc  = new X86_64CallingConvention();
     this.ccr = new CallingConventionEmitter();
 }