diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-08-10 21:47:01 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-08-10 21:47:01 +0000 |
commit | 33417e7025afa5ea1c38c3c2b2ea53d975b5648b (patch) | |
tree | 6c4ab68c228ac2eb8ec4a40559629fce57480b51 /cpu-arm.h | |
parent | 4021dab0594761c939b258cad67275c492b88e4d (diff) |
soft mmu support - Memory I/O API - synthetize string instructions
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@354 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-arm.h')
-rw-r--r-- | cpu-arm.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -20,12 +20,10 @@ #ifndef CPU_ARM_H #define CPU_ARM_H -#include "config.h" -#include <setjmp.h> +#include "cpu-defs.h" #define EXCP_UDEF 1 /* undefined instruction */ #define EXCP_SWI 2 /* software interrupt */ -#define EXCP_INTERRUPT 256 /* async interruption */ typedef struct CPUARMState { uint32_t regs[16]; |