]> Git Repo - qemu.git/blobdiff - target-cris/cpu.h
exec.h: fix coding style and change cpu_has_work to return bool
[qemu.git] / target-cris / cpu.h
index d9087759d303ece8a915d56eb72d3f4b37dea0b0..2bc35e49754a3d78a2d955aa3b9bc3945b245164 100644 (file)
@@ -36,6 +36,9 @@
 #define EXCP_IRQ        4
 #define EXCP_BREAK      5
 
+/* CRIS-specific interrupt pending bits.  */
+#define CPU_INTERRUPT_NMI       CPU_INTERRUPT_TGT_EXT_3
+
 /* Register aliases. R0 - R15 */
 #define R_FP  8
 #define R_SP  14
@@ -101,7 +104,7 @@ typedef struct CPUCRISState {
        /* P0 - P15 are referred to as special registers in the docs.  */
        uint32_t pregs[16];
 
-       /* Pseudo register for the PC. Not directly accessable on CRIS.  */
+       /* Pseudo register for the PC. Not directly accessible on CRIS.  */
        uint32_t pc;
 
        /* Pseudo register for the kernel stack.  */
This page took 0.023946 seconds and 4 git commands to generate.