BREAK_INSTR
asm(stringify_in_c(.long BREAK_INSTR));
if (*(u32 *)regs->nip == BREAK_INSTR)
err = patch_instruction(addr, ppc_inst(BREAK_INSTR));