Merging Runtime into Processor.

This commit is contained in:
Ben Vanik
2015-05-03 22:28:25 -07:00
parent 4c8f3501ad
commit 78921c1a7e
56 changed files with 441 additions and 543 deletions

View File

@@ -13,9 +13,7 @@ namespace xe {
namespace cpu {
namespace backend {
using xe::cpu::Runtime;
Backend::Backend(Runtime* runtime) : runtime_(runtime) {
Backend::Backend(Processor* processor) : processor_(processor) {
memset(&machine_info_, 0, sizeof(machine_info_));
}