HomeFreeBSD

Fixed some type mismatches. p_retval[0] in struct proc has type
rS55140Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Fixed some type mismatches. p_retval[0] in struct proc has type
register_t, so pointers to it must be passed around as `register_t *',
not as `int *'. The type mismatches were non-benign on alphas, but
the broken code is normally only configured by LINT.

Details

Provenance
bdeAuthored on
Parents
rS55139: Connect up the bootforth glue and compile it, but don't initialize it
Branches
Unknown
Tags
Unknown

Event Timeline