Go to the documentation of this file.
44 #define PATCHER_CALL_SIZE 0
51 #define MCODECHECK(icnt) \
53 if ((cd->mcodeptr + (icnt)) > (u1 *) cd->mcodeend) \
54 codegen_increase(cd); \
69 #define gen_resolveanybranch(ip, target) \
70 (((void **)(ip))[-1] = (target))