HomeFreeBSD

This should have been committed with related changes to .c files.
rS55142Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

This should have been committed with related changes to .c files.

Changed the type used to represent the user stack pointer from `long *'
to `register_t *'. This fixes bugs like misplacement of argc and argv
on the user stack on i386's with 64-bit longs. We still use longs to
represent "words" like argc and argv, and assume that they are on the
stack (and that there is stack). The suword() and fuword() families
should also use register_t.

Details

Provenance
bdeAuthored on
Parents
rS55141: Changed the type used to represent the user stack pointer from `long *'
Branches
Unknown
Tags
Unknown

Event Timeline