mirror of
https://github.com/ptitSeb/box64.git
synced 2025-02-17 04:49:17 +00:00
Small (probably cosmetic) fix for CloneEmu helper function
This commit is contained in:
parent
3ae6992641
commit
63e35941e2
@ -262,6 +262,7 @@ void CloneEmu(x64emu_t *newemu, const x64emu_t* emu)
|
||||
newemu->mxcsr = emu->mxcsr;
|
||||
newemu->quit = emu->quit;
|
||||
newemu->error = emu->error;
|
||||
newemu->x64emu_parity_tab = emu->x64emu_parity_tab;
|
||||
// adapt R_RSP to new stack frame
|
||||
uintptr_t oldst = (uintptr_t)((emu->init_stack)?emu->init_stack:emu->context->stack);
|
||||
uintptr_t newst = (uintptr_t)((newemu->init_stack)?newemu->init_stack:newemu->context->stack);
|
||||
|
Loading…
x
Reference in New Issue
Block a user