From: anonymous c. <nas...@us...> - 2013-11-29 01:14:33
|
>> > And when a relaxed jmp instruction becomes a short (Jb) form, >> > bnd prefix is not needed because it does not initialize bnd registers. >> > So in that case, bnd prefix is silently dropped. >> >> The assembler shouldn't silently drop explicitly specified prefixes. >> >> You want a suppressible warning instead. > > I can do that right away. Do you think adding a new warning class for it > will be a way to go? Or do you have any suggestion on implementing it? How about #define ERR_WARN_BND WARN(14) in nasmlib.h? |