windows fix
This commit is contained in:
parent
8e5a15d448
commit
f9d40b7277
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ struct ExceptionHandler::Impl final {
|
|||
code.cmp(code.rax, static_cast<u32>(code.GetTotalCodeSize()));
|
||||
code.ja(exception_handler_without_cb);
|
||||
|
||||
code.lea(code.rsp, ptr[code.rsp - 8]);
|
||||
code.lea(code.rsp, code.ptr[code.rsp - 8]);
|
||||
code.mov(code.ABI_PARAM1, mcl::bit_cast<u64>(&cb));
|
||||
code.mov(code.ABI_PARAM2, code.ABI_PARAM3);
|
||||
code.CallLambda(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue