diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-08-19 19:46:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-19 14:46:43 -0400 |
| commit | 1d97f2ea08527a9f2f716add03322656b625e7bb (patch) | |
| tree | 4de8b10a225169f97a6cd73cc93d7397259784c6 /tools | |
| parent | 28b60fc00cd13f9e4780b88cddbad4b4f2be4cca (diff) | |
Handwritten asm: OS functions, libm_vals (#1821)
* Handwritten asm: OS functions, libm_vals
* rm hardware_regs.ld
* andi -> and, addiu -> addu
* CACHE macro
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/warnings_count/warnings_build_current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/warnings_count/warnings_build_current.txt b/tools/warnings_count/warnings_build_current.txt index 96fff2b09..1d4e5da56 100644 --- a/tools/warnings_count/warnings_build_current.txt +++ b/tools/warnings_count/warnings_build_current.txt @@ -1,5 +1,6 @@ [95mWarning: [97mIn Soundfont Soundfont_40: Invalid pointer indirect 0 for samplebank SampleBank_2[0m cc: Warning: -mips3 should not be used for ucode 32-bit compiles as1: Warning: src/libultra/os/getintmask.s, line 38: Macro instruction used in branch delay slot +as1: Warning: src/libultra/os/interrupt.s, line 23: Macro instruction used in branch delay slot cc: Warning: -mips3 should not be used for ucode 32-bit compiles cc: Warning: -mips3 should not be used for ucode 32-bit compiles |
