[MIPS] Move .set reorder out of conditional code

Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Chris Dearman 2007-02-01 19:54:13 +00:00 коммит произвёл Ralf Baechle
Родитель 6d6671066a
Коммит 37f2674243
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -193,9 +193,10 @@ LEAF(_restore_fp_context32)
jr ra
li v0, 0 # success
END(_restore_fp_context32)
.set reorder
#endif
.set reorder
.type fault@function
.ent fault
fault: li v0, -EFAULT # failure