[xcc,pk,sim] Added first part of FP support
[riscv-isa-sim.git] / riscv / trap.h
index 026cc76ece42d6f3b6e6c55861dd950049bbc844..d4400eafea30ead1dff1f3dff1f2b4032cb85105 100644 (file)
@@ -4,12 +4,20 @@
 #define TRAP_LIST \
   DECLARE_TRAP(illegal_instruction), \
   DECLARE_TRAP(privileged_instruction), \
+  DECLARE_TRAP(fp_disabled), \
+  DECLARE_TRAP(reserved0), \
   DECLARE_TRAP(instruction_address_misaligned), \
   DECLARE_TRAP(data_address_misaligned), \
   DECLARE_TRAP(instruction_access_fault), \
   DECLARE_TRAP(data_access_fault), \
   DECLARE_TRAP(syscall), \
   DECLARE_TRAP(breakpoint), \
+  DECLARE_TRAP(reserved1), \
+  DECLARE_TRAP(reserved2), \
+  DECLARE_TRAP(reserved3), \
+  DECLARE_TRAP(reserved4), \
+  DECLARE_TRAP(reserved5), \
+  DECLARE_TRAP(reserved6), \
   DECLARE_TRAP(int0), \
   DECLARE_TRAP(int1), \
   DECLARE_TRAP(int2), \