diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-26 10:46:39 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-26 10:46:39 +0000 |
commit | 9332f9dafa33b085488a5369333213d549dbdc7f (patch) | |
tree | 4f1cfad1613e5ccfd798a7406ead9601310e8f41 /target-arm/cpu.h | |
parent | e8ebb8a8d7d10bd04eab9ae8ad3da707d178a02d (diff) | |
download | qemu-9332f9dafa33b085488a5369333213d549dbdc7f.zip qemu-9332f9dafa33b085488a5369333213d549dbdc7f.tar.gz qemu-9332f9dafa33b085488a5369333213d549dbdc7f.tar.bz2 |
ARM CPU suspend/halt (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1663 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-arm/cpu.h')
-rw-r--r-- | target-arm/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 1c1233c..3b36839 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -90,7 +90,7 @@ typedef struct CPUARMState { int exception_index; int interrupt_request; int user_mode_only; - uint32_t address; + int halted; /* VFP coprocessor state. */ struct { |