提交 33ac7f16 编写于 作者: T ths

Don't kill the registered irqs on reset.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2903 c046a42c-6fe2-441c-8c8c-71466251a162
上级 924b2c07
...@@ -284,10 +284,8 @@ struct CPUMIPSState { ...@@ -284,10 +284,8 @@ struct CPUMIPSState {
int CCRes; /* Cycle count resolution/divisor */ int CCRes; /* Cycle count resolution/divisor */
int Status_rw_bitmask; /* Read/write bits in CP0_Status */ int Status_rw_bitmask; /* Read/write bits in CP0_Status */
#if defined(CONFIG_USER_ONLY) #ifdef CONFIG_USER_ONLY
target_ulong tls_value; target_ulong tls_value;
#else
void *irq[8];
#endif #endif
CPU_COMMON CPU_COMMON
...@@ -298,6 +296,9 @@ struct CPUMIPSState { ...@@ -298,6 +296,9 @@ struct CPUMIPSState {
const char *initrd_filename; const char *initrd_filename;
mips_def_t *cpu_model; mips_def_t *cpu_model;
#ifndef CONFIG_USER_ONLY
void *irq[8];
#endif
struct QEMUTimer *timer; /* Internal timer */ struct QEMUTimer *timer; /* Internal timer */
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册