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/libc/_start.s | |
| parent | 513a6e99dd1f9cf5531d55f544478bec72efb910 (diff) | |
| download | psn00bsdk-1e058d15e29adc482074d7225b4c1ed34e63568d.tar.gz | |
More library cleanups and libc fixes
Diffstat (limited to 'libpsn00b/libc/_start.s')
| -rw-r--r-- | libpsn00b/libc/_start.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpsn00b/libc/_start.s b/libpsn00b/libc/_start.s index fcd4c4c..35a4eaa 100644 --- a/libpsn00b/libc/_start.s +++ b/libpsn00b/libc/_start.s @@ -7,10 +7,11 @@ .set noreorder -.section .text._start +.section .text._start, "ax", @progbits .global _start .type _start, @function .weak _start + _start: la $gp, _gp j _start_inner |
