From 28ebaa4671467899a9acbfb54616c310a135af30 Mon Sep 17 00:00:00 2001 From: jchandra Date: Fri, 25 Jun 2010 05:36:36 +0000 Subject: use PTR_WORD for __curbrk and minbrk instead of .word, the new version wil support all ABIs. Approved by: rrs (mentor) --- lib/libc/mips/sys/sbrk.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/mips/sys/sbrk.S') diff --git a/lib/libc/mips/sys/sbrk.S b/lib/libc/mips/sys/sbrk.S index 8ab981d..0989493 100644 --- a/lib/libc/mips/sys/sbrk.S +++ b/lib/libc/mips/sys/sbrk.S @@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$"); .data _C_LABEL(__curbrk): - .word _C_LABEL(_end) + PTR_WORD _C_LABEL(_end) .text LEAF(__sys_sbrk) -- cgit v1.1