thumb_mode
restart_addr = continue_addr - (thumb_mode(regs) ? 2 : 4);
const int thumb = thumb_mode(regs);
if (thumb_mode(regs)) {
} else if (thumb_mode(regs)) {
(thumb_mode(regs) ? 2 : 4),
regs->ARM_pc -= thumb_mode(regs) ? 2 : 4;
(thumb_mode(regs) ? 2 : 4),
if (thumb_mode(regs)) {
if (thumb_mode(regs))