Started to fix some runtime bugs.

This commit is contained in:
2023-05-08 20:54:24 -04:00
parent 59042a162c
commit d00de42969
14 changed files with 298 additions and 42 deletions

View File

@ -14,11 +14,9 @@ int gen_main()
{
Memory::setup();
log_fmt("\nPress any key after attaching to process\n");
getchar();
gen::init();
gen::deinit();
Memory::cleanup();
return 0;
}