mips !o32: fix csu build

Pointy hat to:	kevans
This commit is contained in:
Kyle Evans 2020-01-03 20:01:36 +00:00
parent ea7868016d
commit f65136d23a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356328

View File

@ -51,8 +51,8 @@
".set reorder \n" \
".cpsetup $ra, $v0, 1b \n" \
".local " __STRING(func) "\n" \
"jal " __STRING(func)
"nop \n" \
"jal " __STRING(func) "\n" \
"nop \n"
#endif
#endif