diff options
Diffstat (limited to 'sysdeps/unix/mips')
-rw-r--r-- | sysdeps/unix/mips/sysdep.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/mips/sysdep.S b/sysdeps/unix/mips/sysdep.S index 8c23b4f1e2..8c172db190 100644 --- a/sysdeps/unix/mips/sysdep.S +++ b/sysdeps/unix/mips/sysdep.S @@ -60,8 +60,8 @@ L(skip): jal __errno_location /* Store the error value. */ - REG_L t4, V0OFF(sp) - sw t4, 0(v0) + REG_L t0, V0OFF(sp) + sw t0, 0(v0) /* And just kick back a -1. */ REG_L ra, RAOFF(sp) |