• Mans Rullgard's avatar
    x86: fix build with nasm 2.08 · edd82267
    Mans Rullgard authored
    It appears that something goes wrong in old nasm versions when the
    %+ operator is used in the last argument of a macro invocation and
    this argument is tested with %ifdef within the macro.  This patch
    rearranges the macro arguments such that the %+ operator is never
    used in the last argument.
    edd82267