mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 23:38:23 -04:00
Implement CPU state init, fix bug in cpu_context restore
This commit is contained in:
parent
a292e95c2f
commit
301b166684
6 changed files with 55 additions and 3 deletions
|
@ -380,7 +380,7 @@ void load_package2(coldboot_crt0_reloc_list_t *reloc_list) {
|
|||
|
||||
bootup_misc_mmio();
|
||||
|
||||
/* TODO: initalize cpu context */
|
||||
setup_current_core_state();
|
||||
|
||||
/* TODO: Read and save BOOTREASON stored by NX_BOOTLOADER at 0x1F009FE00 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue