mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Almost running application
This commit is contained in:
@@ -609,6 +609,7 @@ namespace
|
||||
execution_context.access([&](CONTEXT& c)
|
||||
{
|
||||
c.Rip = entry2;
|
||||
c.Rcx = context.executable.entry_point;
|
||||
c.Rsp = emu->reg(x64_register::rsp);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user