diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-08-21 11:43:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-21 11:43:06 -0700 |
| commit | 021809c0ec3b9c2b877c130389d7a4e2292824f8 (patch) | |
| tree | 0ba2e00bf8af5ce3fa0aa87a6f129359e704b672 /linker_scripts | |
| parent | 0b49159da19358a3695ff7b19ba58dcd37a1f438 (diff) | |
syncprintf OK (#66)
* syncprintf OK
* UNUSED
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_boot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker_scripts/jp/symbol_addrs_boot.txt b/linker_scripts/jp/symbol_addrs_boot.txt index b6fa3e0..d760a7c 100644 --- a/linker_scripts/jp/symbol_addrs_boot.txt +++ b/linker_scripts/jp/symbol_addrs_boot.txt @@ -42,7 +42,7 @@ Yaz0_NextDMA = 0x80026F40; // type:func Yaz0_DecompressImpl = 0x80027060; // type:func Yaz0_Decompress = 0x800271E8; // type:func -__osSyncVPrintf = 0x800272C0; // type:func +osSyncPrintfUnused = 0x800272C0; // type:func osSyncPrintf = 0x800272DC; // type:func rmonPrintf = 0x800272F8; // type:func |
