hekate/nyx: correct type on heap_init
This commit is contained in:
@@ -416,7 +416,7 @@ void nyx_init_load_res()
|
||||
void ipl_main()
|
||||
{
|
||||
//Tegra/Horizon configuration goes to 0x80000000+, package2 goes to 0xA9800000, we place our heap in between.
|
||||
heap_init(IPL_HEAP_START);
|
||||
heap_init((void *)IPL_HEAP_START);
|
||||
|
||||
|
||||
b_cfg = (boot_cfg_t *)(nyx_str->hekate + 0x94);
|
||||
|
||||
Reference in New Issue
Block a user