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.
Description
Description
Details
Details
- Provenance
bde Authored on - Parents
- rS55139: Connect up the bootforth glue and compile it, but don't initialize it
- Branches
- Unknown
- Tags