x86inc: Fix warnings with old nasm versions
__NASM_VER__
(string representation of the version) was incorrectly used instead of __NASM_VERSION_ID__
(numerical representation of the version).
We don't care about the string representation, so use the latter everywhere for consistency and to reduce the risk of mixups.