diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/src/mem_map.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/src/mem_map.cpp b/src/core/src/mem_map.cpp index e7b508574..6d57b550a 100644 --- a/src/core/src/mem_map.cpp +++ b/src/core/src/mem_map.cpp | |||
| @@ -83,6 +83,8 @@ void Init() { | |||
| 83 | g_views[i].size = MEM_FCRAM_SIZE; | 83 | g_views[i].size = MEM_FCRAM_SIZE; |
| 84 | } | 84 | } |
| 85 | 85 | ||
| 86 | g_base = MemoryMap_Setup(g_views, kNumMemViews, flags, &g_arena); | ||
| 87 | |||
| 86 | NOTICE_LOG(MEMMAP, "Memory system initialized. RAM at %p (mirror at 0 @ %p)", g_fcram, | 88 | NOTICE_LOG(MEMMAP, "Memory system initialized. RAM at %p (mirror at 0 @ %p)", g_fcram, |
| 87 | g_physical_fcram); | 89 | g_physical_fcram); |
| 88 | } | 90 | } |