next_instr_address
#define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE))
#define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + 4))