mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 10:31:54 -04:00
move GOAL stack to GOAL memory (#114)
* move GOAL code stack to GOAL memory * fix win arg reg and check rsp in debugger * fix windows maybe and fix some incorrect logging formatters
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ void ee_runner(SystemThreadInterface& iface) {
|
||||
}
|
||||
|
||||
spdlog::debug("Main memory mapped at 0x{:016x}", (u64)(g_ee_main_mem));
|
||||
spdlog::debug("Main memory size 0x{} bytes ({} MB)", EE_MAIN_MEM_SIZE,
|
||||
spdlog::debug("Main memory size 0x{:x} bytes ({:.3f} MB)", EE_MAIN_MEM_SIZE,
|
||||
(double)EE_MAIN_MEM_SIZE / (1 << 20));
|
||||
|
||||
spdlog::debug("[EE] Initialization complete!");
|
||||
|
||||
Reference in New Issue
Block a user