Esempio n. 1
0
 public void Setup()
 {
     this.arch = new PowerPcBe32Architecture("ppc-be-32");
 }
 public void Setup()
 {
     arch     = new PowerPcArchitecture32();
     platform = new SysVPlatform(null, arch);
 }
Esempio n. 3
0
 private void Given_PowerPcBe64()
 {
     this.arch = new PowerPcBe64Architecture("ppc-be-32");
 }
Esempio n. 4
0
 public PowerPCSettingsInteractor(PowerPcArchitecture arch)
 {
     this.arch = arch;
 }