Almost running application

This commit is contained in:
momo5502
2024-08-31 21:43:05 +02:00
parent 3ead613d2c
commit 164e9b737d
4 changed files with 9 additions and 3 deletions

View File

@@ -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);
});