Fix spelling of noreorder.

This commit is contained in:
Juli Mallett 2010-03-13 02:10:20 +00:00
parent 87c88b2632
commit ebe2e5dca3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205112

View File

@ -6,7 +6,7 @@ __FBSDID("$FreeBSD$");
.globl _init
.type _init,%function
_init:
.set nreoorder
.set noreorder
#if defined(__ABICALLS__) && (defined(__mips_o32) || defined(__mips_o64))
SETUP_GP
#endif