CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2013/01/23 22:24:47

Modified files:
        lib/libc/arch/m88k/sys: brk.S sbrk.S 

Log message:
Oops, due to the way return from system calls work, we can not use a delay
slot in the branch to cerror, for the delay slot instruction would also run
as part of a successful return. Doh. Fortunately almost nothing in the tree
uses brk() or sbrk() anymore... but binaries linked against libiberty.

Reply via email to