diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-04-11 05:19:46 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-04-11 05:19:46 +0000 |
commit | c162d2843275a1f55fc9af421c0b4ec7869fd1cb (patch) | |
tree | 4d25dd044764a533dc24746d5a01a60469756127 /arch/mips/kernel/r2300_fpu.S | |
parent | 7e4280af42e457a8cf17c42beff3eb6ede07c3c0 (diff) |
Fix delay slot bug.
Diffstat (limited to 'arch/mips/kernel/r2300_fpu.S')
-rw-r--r-- | arch/mips/kernel/r2300_fpu.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/r2300_fpu.S b/arch/mips/kernel/r2300_fpu.S index 5489ea9b8..f83c31f72 100644 --- a/arch/mips/kernel/r2300_fpu.S +++ b/arch/mips/kernel/r2300_fpu.S @@ -117,6 +117,7 @@ LEAF(_restore_fp_context) jr ra ctc1 t0,fcr31 END(_restore_fp_context) + .set reorder .type fault@function .ent fault |