mirror of git://git.musl-libc.org/musl
fix missing quotation mark in mips crt_arch.h that broke build
This commit is contained in:
parent
8b0d66d21c
commit
19bcdeeb1e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue