diff options
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index f8bbc70d7b..0331e50a7f 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -285,7 +285,6 @@ struct CPUAlphaState { jmp_buf jmp_env; int user_mode_only; /* user mode only simulation */ uint32_t hflags; - int halted; int exception_index; int error_code; |