Tracking master xbyak.

This commit is contained in:
Ben Vanik 2015-11-05 17:17:52 -08:00
parent 65c5279611
commit 5525f6c0a2
2 changed files with 3 additions and 2 deletions

View File

@ -543,7 +543,8 @@ void X64Emitter::CallNativeSafe(void* fn) {
}
void X64Emitter::SetReturnAddress(uint64_t value) {
mov(qword[rsp + StackLayout::GUEST_CALL_RET_ADDR], value);
mov(rax, value);
mov(qword[rsp + StackLayout::GUEST_CALL_RET_ADDR], rax);
}
void X64Emitter::ReloadECX() {

2
third_party/xbyak vendored

@ -1 +1 @@
Subproject commit 4431caffbb0dec5a6d8538fff67a4a875953e1ab
Subproject commit 7ba56efc538dd3020816c0a60ac535b3ea7d8543