From: Song, J. K. <jin...@in...> - 2013-11-29 00:58:27
|
> > 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? - Jin |