Performance fixes

This commit is contained in:
Kostas Missos
2019-03-08 22:18:54 +02:00
parent f139f9c56f
commit dfb5640bfe
3 changed files with 10 additions and 7 deletions

View File

@@ -1124,7 +1124,7 @@ menu_t menu_top = {
#define IPL_STACK_TOP 0x90010000
#define IPL_HEAP_START 0x90020000
#define IPL_HEAP_END 0xB8000000
#define IPL_HEAP_END 0xB5000000
extern void pivot_stack(u32 stack_top);