diff options
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 0331e50a7f..c955997fce 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -282,11 +282,9 @@ struct CPUAlphaState { /* Those resources are used only in Qemu core */ CPU_COMMON - jmp_buf jmp_env; int user_mode_only; /* user mode only simulation */ uint32_t hflags; - int exception_index; int error_code; int interrupt_request; |