diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-01-10 23:54:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 18:54:02 -0500 |
| commit | b19b06a5314124824a01573c80addda3f82f7585 (patch) | |
| tree | fbea2c0e77ddafd1ab03f1a4355f86c481954808 /src/code/fault_gc.c | |
| parent | 1549f34e8e8e0211d7f6cc672b0ac7f4125d6e03 (diff) | |
[iQue] Match remaining libultra/os files (#2414)
* Match remaining libultra/os files
* Align box id macros
* Fix bss, format
* Fix BSS
* Clarify some comments
* More bug comment
* Comment
* Fix BSS
Diffstat (limited to 'src/code/fault_gc.c')
| -rw-r--r-- | src/code/fault_gc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/fault_gc.c b/src/code/fault_gc.c index 5e0ce4c90..059162c16 100644 --- a/src/code/fault_gc.c +++ b/src/code/fault_gc.c @@ -40,8 +40,8 @@ * DPad-Up may be pressed to enable sending fault pages over osSyncPrintf as well as displaying them on-screen. * DPad-Down disables sending fault pages over osSyncPrintf. */ -#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-eu-mq-dbg:160 gc-jp:176 gc-jp-ce:176 gc-jp-mq:176 gc-us:176" \ - "gc-us-mq:176" +#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-eu-mq-dbg:160 gc-jp:160 gc-jp-ce:160 gc-jp-mq:160 gc-us:160" \ + "gc-us-mq:160" #include "global.h" #include "alloca.h" |
