mirror of git://sourceware.org/git/glibc.git
Formerly unix/bsd/hp/m68k/__brk.S.~6~
This commit is contained in:
parent
0a255fb6c1
commit
766f5a1716
|
|
@ -37,7 +37,7 @@ ENTRY (__brk)
|
|||
cmpl sp@(4), d0
|
||||
ble 0f
|
||||
movel d0, sp@(4)
|
||||
0: DO_CALL (brk, 1)
|
||||
0: DO_CALL (#SYS_brk, 1)
|
||||
movel sp@(4), ___curbrk
|
||||
clrl d0
|
||||
rts
|
||||
|
|
|
|||
Loading…
Reference in New Issue