diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-08-16 13:50:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-16 08:50:16 -0400 |
| commit | b1a50c2d1b2a66a4174477381e95c26a684c99b9 (patch) | |
| tree | 68399e351d7af835a03a1c060c72f38549b3c6fa /tools | |
| parent | a0c992ea35cc9d18a0026a6c2c0b499a4bb61690 (diff) | |
Handwritten asm: exceptasm, get/setintmask (#1819)
* Handwritten asm: exceptasm, get/setintmask
* Fix maybe
* Update warnings
* Remove .global from jlabel
* Move os_internal_rsp inclusion to os.h
* Make HWINT_* defins consistent
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/warnings_count/warnings_build_current.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/warnings_count/warnings_build_current.txt b/tools/warnings_count/warnings_build_current.txt index fe092b13c..96fff2b09 100644 --- a/tools/warnings_count/warnings_build_current.txt +++ b/tools/warnings_count/warnings_build_current.txt @@ -1,3 +1,5 @@ -[95mWarning: [97mInvalid pointer indirect: 0 for samplebank SampleBank_2[0m +[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 cc: Warning: -mips3 should not be used for ucode 32-bit compiles cc: Warning: -mips3 should not be used for ucode 32-bit compiles |
