bad procedure entry masks in bcmp, bcopy, bzero

mp at mit-eddie.UUCP mp at mit-eddie.UUCP
Tue Aug 16 04:47:16 AEST 1983


The byte string routines in 4.1c (and 4.2) bcmp, bcopy, and bzero
have entry masks == 0, even though they use registers r2, r3, and r4.
This only represents a problem when one calls these routines
from assembly language, as C doesn't care about registers r0 through r5.

	Mark



More information about the Comp.bugs.4bsd.ucb-fixes mailing list