On Sun, Jun 17, 2018 at 03:46:39PM +0000, Maxime Villard wrote:
> Module Name:  src
> Committed By: maxv
> Date:         Sun Jun 17 15:46:39 UTC 2018
> 
> Modified Files:
>       src/sys/arch/i386/include: frameasm.h
> 
> Log Message:
> i586 and below don't have this 3-byte nop, so use three 1-byte nops,
> reported by Nathanial Sloss

Can't we use 0x66 0x89 0xc0 for this purpose, i.e. movw %ax, %ax?

Joerg

Reply via email to