Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37f26742 authored by Chris Dearman's avatar Chris Dearman Committed by Ralf Baechle
Browse files

[MIPS] Move .set reorder out of conditional code



Signed-off-by: default avatarChris Dearman <chris@mips.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 6d667106
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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