JUMP_LABEL_NOP_SIZE
asm goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n"
asm goto(".balign "__stringify(JUMP_LABEL_NOP_SIZE)" \n"
instruction_align_assert(instr_addr, JUMP_LABEL_NOP_SIZE);
flush_icache_range(entry->code, entry->code + JUMP_LABEL_NOP_SIZE);
patch_text(jump_entry_code(e), &insn, JUMP_LABEL_NOP_SIZE);
#ifdef JUMP_LABEL_NOP_SIZE
return JUMP_LABEL_NOP_SIZE;