Searched refs:newpc (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Add-support-for-mips64-n32-n64.patch | 973 -int mips_next_pcs(struct process *proc, uint32_t pc, uint32_t *newpc) 975 + unsigned long *newpc) 983 @@ -277,8 +360,8 @@ int mips_next_pcs(struct process *proc, uint32_t pc, uint32_t *newpc) 988 - printf("pc=%x %x\n", newpc[0], newpc[1]); 990 + printf("pc=%lx %lx\n", newpc[0], newpc[1]);
|
| /openbmc/qemu/target/arm/ |
| H A D | helper.c | 8714 uint32_t newpc) in take_aarch32_exception() argument 8785 env->regs[15] = newpc; in take_aarch32_exception()
|