mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-11-08 23:27:15 -05:00
NASM would throw a warning on some valid prefixed RET instructions, e.g. "o32 ret" instead of "retd" in 16-bit mode. Correct that. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>