X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm_disassembler.h;h=4aee3519dc5d31ceca269783d43b0245870923b1;hb=5e005f412962549916927d043946e6d3f506405a;hp=07564d6d8f216e288cb7ec7cf10541f074dc2ece;hpb=7bfcc10839d2a9190cb7ae9fae02280e643b3450;p=openocd.git diff --git a/src/target/arm_disassembler.h b/src/target/arm_disassembler.h index 07564d6d8f..4aee3519dc 100644 --- a/src/target/arm_disassembler.h +++ b/src/target/arm_disassembler.h @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef ARM_DISASSEMBLER_H @@ -84,9 +84,14 @@ enum arm_instruction_type { /* Miscellaneous instructions */ ARM_CLZ, + /* Exception return instructions */ + ARM_ERET, + /* Exception generating instructions */ ARM_BKPT, ARM_SWI, + ARM_HVC, + ARM_SMC, /* Coprocessor instructions */ ARM_CDP,