소스 검색

fix missing quotation mark in mips crt_arch.h that broke build

Rich Felker 10 년 전
부모
커밋
19bcdeeb1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/mips/crt_arch.h

+ 1 - 1
arch/mips/crt_arch.h

@@ -10,7 +10,7 @@ __asm__(
 "	bal 1f \n"
 "	 move $fp, $0 \n"
 "2:	.gpword 2b \n"
-	.gpword " START "_c \n"
+"	.gpword " START "_c \n"
 ".weak _DYNAMIC \n"
 ".hidden _DYNAMIC \n"
 "	.gpword _DYNAMIC \n"