HomeFreeBSD

Use uint32_t consistently to store registers values.

Description

Use uint32_t consistently to store registers values.

Always use unsigned numbers to avoid undefined behavior on (1 << 31).

Remove unused variables and some stray semicolons.

No functional changes.

Details

Provenance
loosAuthored on
Parents
rS285208: Don't acquire sysctlmemlock in userland_sysctl() when the old value
Branches
Unknown
Tags
Unknown