mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
Wed May 29 00:57:37 1996 David Mosberger-Tang <davidm@azstarnet.com>
* sysdeps/unix/bsd/osf/alpha/brk.S, sysdeps/unix/sysv/linux/alpha/brk.S (__curbrk): Store the entire break value, not just the low 32 bits to accomodate large memories.
This commit is contained in:
parent
56e70371a6
commit
a3bb81d201
@ -41,7 +41,7 @@ ENTRY(__brk)
|
||||
|
||||
/* Update __curbrk and exit cleanly. */
|
||||
/* ldgp gp, 0(t12) */
|
||||
stl a0, __curbrk
|
||||
stq a0, __curbrk
|
||||
|
||||
mov zero, v0
|
||||
ret
|
||||
|
Loading…
Reference in New Issue
Block a user