summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2015-04-17 22:21:15 -0400
committerRich Felker <dalias@aerifal.cx>2015-04-17 22:21:15 -0400
commit19bcdeeb1ebef6d209dfa938011c856bc3444a92 (patch)
tree1b7d57ff88efe774e860e2ee91cfb3768f91ecac /arch
parent8b0d66d21cc6934de16d909050c97962edb33788 (diff)
downloadmusl-19bcdeeb1ebef6d209dfa938011c856bc3444a92.tar.gz
fix missing quotation mark in mips crt_arch.h that broke build
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/crt_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/crt_arch.h b/arch/mips/crt_arch.h
index 33bde4e6..9a60be03 100644
--- a/arch/mips/crt_arch.h
+++ b/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"