diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-05-21 17:22:00 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-05-21 17:22:00 +0200 |
| commit | 1e058d15e29adc482074d7225b4c1ed34e63568d (patch) | |
| tree | 7167f01bdb3eb0542895ee14e389225dc0eca37b /libpsn00b/psxpress/vlc.s | |
| parent | 513a6e99dd1f9cf5531d55f544478bec72efb910 (diff) | |
| download | psn00bsdk-1e058d15e29adc482074d7225b4c1ed34e63568d.tar.gz | |
More library cleanups and libc fixes
Diffstat (limited to 'libpsn00b/psxpress/vlc.s')
| -rw-r--r-- | libpsn00b/psxpress/vlc.s | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libpsn00b/psxpress/vlc.s b/libpsn00b/psxpress/vlc.s index 2de22f7..2b059c1 100644 --- a/libpsn00b/psxpress/vlc.s +++ b/libpsn00b/psxpress/vlc.s @@ -58,9 +58,10 @@ .set VLC_Table_dc, 0x2a4 .set VLC_Table_dc_len, 0x324 -.section .text.DecDCTvlcStart +.section .text.DecDCTvlcStart, "ax", @progbits .global DecDCTvlcStart .type DecDCTvlcStart, @function + DecDCTvlcStart: addiu $sp, -16 sw $s0, 0($sp) @@ -101,9 +102,10 @@ DecDCTvlcStart: j _vlc_skip_context_load addiu input, 16 # input = &(bs->data[2]) -.section .text.DecDCTvlcContinue +.section .text.DecDCTvlcContinue, "ax", @progbits .global DecDCTvlcContinue .type DecDCTvlcContinue, @function + DecDCTvlcContinue: addiu $sp, -16 sw $s0, 0($sp) |
