Skip to content

cmm: Don't parse MO_BSwap for W8

Rodrigo Mesquita requested to merge wip/romes/25002 into master

    Don't support parsing bswap8, since bswap8 is not really an operation
    and would have to be implemented as a no-op (and currently is not
    implemented at all).

    Fixes #25002 

Merge request reports