mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
windows fix
This commit is contained in:
parent
bf91616cad
commit
0385b2fbda
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