summaryrefslogtreecommitdiff
path: root/src/code/fault_gc.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-09-07 22:55:06 +0200
committerGitHub <noreply@github.com>2024-09-07 16:55:06 -0400
commit277ce1c0d3a9ab46315a0de61d5bb3b36e5f1b76 (patch)
treef39a733a050c407ef5a5b08de60a4de092d64ab2 /src/code/fault_gc.c
parent27533a150780934296e992c8975c7ea96e0148d4 (diff)
[headers 8] Add `main.h`, `segmented_address.h`, and changes for `main.c` symbols (#2151)
* [headers 8] Add main.h and changes for main.c symbols * fix gSystemHeapSize is size_t only in MM * segmented_address.h * rm now useless include * actually commit segmented_address.h, oops * rm gGraphThread (faulty copypaste from MM) * bss
Diffstat (limited to 'src/code/fault_gc.c')
-rw-r--r--src/code/fault_gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/fault_gc.c b/src/code/fault_gc.c
index 857cc4b88..67dbb3456 100644
--- a/src/code/fault_gc.c
+++ b/src/code/fault_gc.c
@@ -42,7 +42,7 @@
*/
#if PLATFORM_GC
-#pragma increment_block_number "gc-eu:224 gc-eu-mq:224 gc-eu-mq-dbg:208 gc-jp:224 gc-jp-ce:224 gc-jp-mq:224 gc-us:224" \
+#pragma increment_block_number "gc-eu:208 gc-eu-mq:208 gc-eu-mq-dbg:208 gc-jp:224 gc-jp-ce:224 gc-jp-mq:224 gc-us:224" \
"gc-us-mq:224"
#include "global.h"