diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-07 12:17:46 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-07 12:17:46 +0000 |
commit | 4690764bba3a489d5180106d08970ced59113e22 (patch) | |
tree | f508264ff6280d81decc6ecb5f8bb4fe0ee5144a /cpu-arm.h | |
parent | 3c1cf9fa865927759a78d476a218a7759fb38fb4 (diff) |
updatev0.4.2
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@312 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-arm.h')
-rw-r--r-- | cpu-arm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -49,7 +49,6 @@ typedef struct CPUARMState { CPUARMState *cpu_arm_init(void); int cpu_arm_exec(CPUARMState *s); -void cpu_arm_interrupt(CPUARMState *s); void cpu_arm_close(CPUARMState *s); /* you can call this signal handler from your SIGBUS and SIGSEGV signal handlers to inform the virtual CPU of exceptions. non zero |