commit | 06c949e62a098f97bd68a7382eb1953898a11e09 | [log] [tgz] |
---|---|---|
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Feb 04 19:35:26 2006 +0000 |
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Feb 04 19:35:26 2006 +0000 |
tree | 6b61094e2ea53aa0f9f02a0e74cdc0e84a523739 | |
parent | 0240ded8bb1580147ed2ff1748df439a3b41e38f [diff] [blame] |
Implement Arm BKPT instruction. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1740 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 3b36839..7cc7da6 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h
@@ -34,6 +34,7 @@ #define EXCP_DATA_ABORT 4 #define EXCP_IRQ 5 #define EXCP_FIQ 6 +#define EXCP_BKPT 7 /* We currently assume float and double are IEEE single and double precision respectively.