Fixing VS intellisense for xbyak.

Progress on #291.
This commit is contained in:
Ben Vanik
2015-06-28 10:34:19 -07:00
parent 7875a4b0ba
commit 5e950cb066
3 changed files with 26 additions and 26 deletions

View File

@@ -196,7 +196,7 @@ bool X64Emitter::Emit(HIRBuilder* builder, size_t& out_stack_size) {
static_assert(debug::FunctionTraceData::kFunctionCallerHistoryCount == 4,
"bitmask depends on count");
mov(rax, qword[low_address(&trace_header->function_call_count)]);
and(rax, B00000011);
and_(rax, B00000011);
// Record call history value into slot (guest addr in RDX).
mov(dword[RegExp(uint32_t(uint64_t(