From 3fb2ead6152ad506d00a21a5be3c5a61943f994d Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 25 Mar 2011 16:43:38 -0700 Subject: [xcc,pk,opcodes,sim] updated encoding/insn names --- riscv/trap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscv/trap.h') diff --git a/riscv/trap.h b/riscv/trap.h index 3af8840..61b4436 100644 --- a/riscv/trap.h +++ b/riscv/trap.h @@ -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), \ -- cgit v1.1