diff options
| author | kyleburnette <kyle@kyleburnette.com> | 2022-01-03 19:29:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 03:29:11 +0000 |
| commit | 3af87ca6116b42a684d8f1cc8edadc15bf558850 (patch) | |
| tree | edde83aa0b561c450c783d131cbcd9a9efe22aec /src/boot_O2_g3 | |
| parent | 4a38b51ab42667e2d04d491728b612945c107e83 (diff) | |
pfsreadwrite file OK, contpfs OK and data/bss migrated, pfsgetstatus OK (#385)
* pfsreadwrite file OK, contpfs OK and data/bss migrated, pfsgetstatus OK
* Made tharo's suggestions
* Update pfsgetstatus.c
* Made suggested changes (other than uintptr_t)
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/yaz0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot_O2_g3/yaz0.c b/src/boot_O2_g3/yaz0.c index 094c0bb38..5fb32b8ea 100644 --- a/src/boot_O2_g3/yaz0.c +++ b/src/boot_O2_g3/yaz0.c @@ -1,3 +1,4 @@ +#include "prevent_bss_reordering.h" #include "global.h" u8 sYaz0DataBuffer[0x400]; |
