From 10db6e943abb474e87c9711abc66c2a3235ebe41 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 1 Jul 2020 13:18:14 +0200 Subject: [PATCH] Fix the location of the module information --- source/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/globals.h b/source/globals.h index ff30368..027b830 100644 --- a/source/globals.h +++ b/source/globals.h @@ -5,7 +5,7 @@ #define MEMORY_REGION_START 0x00800000 #define MEMORY_REGION_SIZE 0x00800000 -#define MEMORY_REGION_USABLE_START MEMORY_REGION_START +#define MEMORY_REGION_USABLE_START MEMORY_REGION_START + 0x00080000 #define MEMORY_REGION_USABLE_END 0x00FFF000 #define gModuleData ((module_information_t *) (MEMORY_REGION_USABLE_START)) \ No newline at end of file