diff options
Diffstat (limited to 'arch/mips/kernel/softfp.S')
-rw-r--r-- | arch/mips/kernel/softfp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/softfp.S b/arch/mips/kernel/softfp.S index 85ab779a9..6b1bd77eb 100644 --- a/arch/mips/kernel/softfp.S +++ b/arch/mips/kernel/softfp.S @@ -1,4 +1,4 @@ -/* $Id: softfp.S,v 1.1 1998/07/14 09:33:48 ralf Exp $ +/* $Id: softfp.S,v 1.1 1998/07/16 19:10:02 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -147,7 +147,7 @@ insn: LOCK_KERNEL; \ la a1, 8f; \ TEXT(#insn); \ - la a1, nosim; \ + la a0, nosim; \ UNLOCK_KERNEL; \ j done |