ASM_NOP_MAX
if (len <= ASM_NOP_MAX) {
const unsigned char * const x86_nops[ASM_NOP_MAX+1] =
if (noplen > ASM_NOP_MAX)
noplen = ASM_NOP_MAX;