diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-09-02 19:42:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-02 19:42:26 -0700 |
| commit | 282ac6d4040b994d4b9d3ffea5df0a98dfdb122e (patch) | |
| tree | f6283c90622d5a2768fe519087454d74ca97cc74 /linker_scripts | |
| parent | 25c7beeb9541db400410a57d1b0e465c559bb334 (diff) | |
Libido OK (#84)
* libido OK
* boot cleanup
* format
* renames
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_boot.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linker_scripts/jp/symbol_addrs_boot.txt b/linker_scripts/jp/symbol_addrs_boot.txt index 1fa826a..72c2388 100644 --- a/linker_scripts/jp/symbol_addrs_boot.txt +++ b/linker_scripts/jp/symbol_addrs_boot.txt @@ -258,11 +258,11 @@ usleep = 0x8002DA3C; // type:func msleep = 0x8002DA8C; // type:func sleep = 0x8002DAE0; // type:func -func_8003B960_jp = 0x8003B960; // type:func -func_8003B9B0_jp = 0x8003B9B0; // type:func -func_8003B9E0_jp = 0x8003B9E0; // type:func -func_8003BA20_jp = 0x8003BA20; // type:func -func_8003BA60_jp = 0x8003BA60; // type:func +fmodf = 0x8003B960; // type:func +memset = 0x8003B9B0; // type:func +strcmp = 0x8003B9E0; // type:func +strcpy = 0x8003BA20; // type:func +memmove = 0x8003BA60; // type:func // .data |
