373a374,381
> * Trigger a Software Breakpoint.
> *
> * See aarch32/exceptions/debug/AArch32.SoftwareBreakpoint in the
> * ARM ARM psueodcode library.
> */
> Fault softwareBreakpoint32(ExecContext *xc, uint16_t imm) const;
>
> /**