Include host CPU information in x64 emitter

Conflicts:
	src/xenia/cpu/backend/x64/x64_emitter.cc
This commit is contained in:
Dr. Chat
2015-05-01 15:52:09 -05:00
parent e3220f7ae6
commit cad6ca6148
2 changed files with 5 additions and 1 deletions

View File

@@ -67,7 +67,8 @@ X64Emitter::X64Emitter(X64Backend* backend, XbyakAllocator* allocator)
current_instr_(0),
source_map_count_(0),
stack_size_(0),
trace_flags_(0) {}
trace_flags_(0),
cpu_() {}
X64Emitter::~X64Emitter() {}