[xcc,pk,opcodes,sim] updated encoding/insn names
[riscv-isa-sim.git] / riscv / trap.h
index 3af88407e902a5ba9af0d2f307a98843f30e3592..61b44360f6cb139828be09152d28ee0fecf593e6 100644 (file)
@@ -7,8 +7,9 @@
   DECLARE_TRAP(illegal_instruction), \
   DECLARE_TRAP(privileged_instruction), \
   DECLARE_TRAP(fp_disabled), \
-  DECLARE_TRAP(syscall), \
   DECLARE_TRAP(interrupt), \
+  DECLARE_TRAP(syscall), \
+  DECLARE_TRAP(breakpoint), \
   DECLARE_TRAP(data_address_misaligned), \
   DECLARE_TRAP(load_access_fault), \
   DECLARE_TRAP(store_access_fault), \