-
由 H. Peter Anvin 提交于
Older versions of gas don't implement the C-style != operator, they instead want the Pascal-style <> operator. Change != to <> so we don't break compilation with those old versions of gas. Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
8665596e