Getting ppc tests building again (big surprise: they are failing).

This commit is contained in:
Ben Vanik
2014-09-09 20:25:38 -07:00
parent 437ec45d66
commit a337ce33ed
63 changed files with 471 additions and 453 deletions

View File

@@ -89,7 +89,8 @@ X_STATUS Emulator::Setup() {
export_resolver_ = std::make_unique<ExportResolver>();
// Initialize the CPU.
processor_ = std::make_unique<Processor>(this);
processor_ =
std::make_unique<Processor>(memory_.get(), export_resolver_.get());
// Initialize the APU.
audio_system_ = std::move(xe::apu::Create(this));