Formerly unix/bsd/hp/m68k/__brk.S.~6~

This commit is contained in:
Roland McGrath 1993-11-09 12:19:26 +00:00
parent 0a255fb6c1
commit 766f5a1716

View File

@ -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