thermosphere: better self-debug fault reporting

This commit is contained in:
TuxSH
2020-02-01 23:42:08 +00:00
parent 0b7efc0501
commit b0ae19a6f9
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);