thermosphere: better self-debug fault reporting

This commit is contained in:
TuxSH
2020-02-01 23:42:08 +00:00
parent aca1e86f45
commit 94c04af758
2 changed files with 14 additions and 6 deletions

View File

@@ -60,5 +60,7 @@ typedef struct LoadImageLayout {
extern LoadImageLayout g_loadImageLayout;
uintptr_t memoryMapGetStackTop(u32 coreId);
// Non-reentrant
uintptr_t memoryMapPlatformMmio(uintptr_t pa, size_t size);