Skip to content

Commit

Permalink
[MIPS] SB1: Build fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed May 11, 2007
1 parent f543110 commit a1b53a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/hazards.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ASMMACRO(enable_fpu_hazard,
.set noreorder;
_ssnop;
bnezl $0,.+4;
_ssnop
_ssnop;
.set pop
)
ASMMACRO(disable_fpu_hazard,
Expand Down

0 comments on commit a1b53a7

Please sign in to comment.