Skip to content

Commit

Permalink
microblaze: cpu: Delete EXCP_NMI
Browse files Browse the repository at this point in the history
This define is unused. Remove.

Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
pcrost authored and Michael Tokarev committed Apr 30, 2015
1 parent 004f979 commit 059ec9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target-microblaze/cpu.h
Expand Up @@ -36,7 +36,6 @@ typedef struct CPUMBState CPUMBState;

#define ELF_MACHINE EM_MICROBLAZE

#define EXCP_NMI 1
#define EXCP_MMU 2
#define EXCP_IRQ 3
#define EXCP_BREAK 4
Expand Down

0 comments on commit 059ec9a

Please sign in to comment.