summaryrefslogtreecommitdiff
path: root/src/code/osFlash.c
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2026-03-26 07:59:39 -0300
committerGitHub <noreply@github.com>2026-03-26 07:59:39 -0300
commita9da608e187f0f6874ee15491347751751fcedeb (patch)
tree3c6a69aad3623d66afd2ab6e46b2a693a2529b2d /src/code/osFlash.c
parent02eafced87237be63b32ddc187ea85faf92afe00 (diff)
[n64-jp-1.1] CIC6105.c matched (#1843)
* match CIC6105.c * Renames and fixes * Fix bss * format * Review * Version check inequalities
Diffstat (limited to 'src/code/osFlash.c')
-rw-r--r--src/code/osFlash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/osFlash.c b/src/code/osFlash.c
index 17162c53c..bdc59e8f2 100644
--- a/src/code/osFlash.c
+++ b/src/code/osFlash.c
@@ -3,6 +3,8 @@
#include "alignment.h"
#include "macros.h"
+#pragma increment_block_number "n64-us:188"
+
u32 __osFlashID[4] ALIGNED(8);
OSIoMesg __osFlashMsg ALIGNED(8);
OSMesgQueue __osFlashMessageQ ALIGNED(8);