HomeFreeBSD

Use movw instead of movl (or plain mov) when moving segment registers

Description

Use movw instead of movl (or plain mov) when moving segment registers
into memory. This is a nop on clang's assembler, but some assemblers
complain if the size suffix is incorrect.

Submitted by: bde

Details

Provenance
jhbAuthored on
Parents
rS290163: Ignore per-mdN settings in mdconfig[2] startup
Branches
Unknown
Tags
Unknown