Skip to content

x86insn: Fix binutils warning when comparing with sized immediate operand

amyspark requested to merge amyspark/orc:amyspark/avx/binutils into main

Hi,

Another MR from !111 (merged) -- this fixes the following warning emitted by binutils when compiling the .S generated by Orc:

:359: Warning: no instruction mnemonic suffix given and no register operands; using default for `cmp'

Merge request reports