summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/mips/ffs.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/arch/mips/ffs.S')
-rw-r--r--sys/lib/libkern/arch/mips/ffs.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/lib/libkern/arch/mips/ffs.S b/sys/lib/libkern/arch/mips/ffs.S
index eeef787391a..fdc8c0bd3ee 100644
--- a/sys/lib/libkern/arch/mips/ffs.S
+++ b/sys/lib/libkern/arch/mips/ffs.S
@@ -1,5 +1,7 @@
#include "DEFS.h"
+ .set noreorder
+
/*
* bit = ffs(value)
*/