소스 검색

[MIPS] SB1: Build fix.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 년 전
부모
커밋
a1b53a7b22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/asm-mips/hazards.h

+ 1 - 1
include/asm-mips/hazards.h

@@ -188,7 +188,7 @@ ASMMACRO(enable_fpu_hazard,
 	 .set	noreorder;
 	 _ssnop;
 	 bnezl	$0,.+4;
-	 _ssnop
+	 _ssnop;
 	 .set	pop
 )
 ASMMACRO(disable_fpu_hazard,