NUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since that is valid
[deliverable/binutils-gdb.git] / sim / common / sim-signal.h
index 5df113a2ad7f64b5877bbdb8856cb73a8dee663c..272e17dad0514ac0d4de1f4d95edc4c48770945a 100644 (file)
@@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
    This provides a layer between our values and host/target values.  */
 
 typedef enum {
-  SIM_SIGNONE,
+  SIM_SIGNONE = 64,
   /* illegal insn */
   SIM_SIGILL,
   /* breakpoint */
@@ -38,6 +38,8 @@ typedef enum {
   SIM_SIGXCPU,
   /* simulation interrupted (sim_stop called) */
   SIM_SIGINT,
+  /* Floating point or integer divide */
+  SIM_SIGFPE,
   /* simulation aborted */
   SIM_SIGABRT
 } SIM_SIGNAL;
This page took 0.023608 seconds and 4 git commands to generate.