diff options
| author | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2012-03-12 20:59:18 +0000 |
|---|---|---|
| committer | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2012-03-12 20:59:18 +0000 |
| commit | 0bf18978327f69c19a6ffa457c160d598034b930 (patch) | |
| tree | f5c69c328eb38e4d54a8c94c27b27d2e6f780b02 /libexec/rtld-elf/mips | |
| parent | 7730e5971e2b5b925ada0052e40de0ede16e4650 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/mips')
| -rw-r--r-- | libexec/rtld-elf/mips/rtld_start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/mips/rtld_start.S b/libexec/rtld-elf/mips/rtld_start.S index eb7196fac36d7..75a4825cb23d1 100644 --- a/libexec/rtld-elf/mips/rtld_start.S +++ b/libexec/rtld-elf/mips/rtld_start.S @@ -79,7 +79,7 @@ LEAF(rtld_start) PTR_ADDU sp, 4*PTR_SIZE /* readjust stack */ move a0, s0 /* stack pointer */ move t9, v0 - subu sp, 4*SZREG /* ABI requires to reserve memory for 4 regs */ + PTR_SUBU sp, 4*SZREG /* ABI requires to reserve memory for 4 regs */ jr t9 /* _start(sp, cleanup, obj); */ move a3, s3 /* restore ps_strings */ END(rtld_start) |
