On 1/19/23 15:15, Christian Weisgerber wrote:
> Quite a few warnings will be false positives, because it is a
> somewhat common idiom to use data directives to embed opcodes for
> new CPU instructions that assemblers might not yet support.
> E.g. audio/flac uses ".byte 0x0f, 0x01, 0xd0" for the "xgetbv"
> instruction.
> lang/erlang/25 6
I only find 3, not 6.However, those are all false positives (.byte
0x0F,· x01, 0xD0)
No comments:
Post a Comment