mirror of
https://github.com/netwide-assembler/nasm.git
synced 2026-01-27 18:04:59 +00: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>