diff options
| author | Peter Maydell | 2015-01-20 16:19:32 +0100 |
|---|---|---|
| committer | Peter Maydell | 2015-01-20 16:19:32 +0100 |
| commit | ec53b45bcd1f74f7a4c31331fa6d50b402cd6d26 (patch) | |
| tree | e043c2ae73846077804b25ca3738621b6436df3d /include | |
| parent | scripts/qapi-types.py: Add dummy member to empty structs (diff) | |
| download | qemu-ec53b45bcd1f74f7a4c31331fa6d50b402cd6d26.tar.gz qemu-ec53b45bcd1f74f7a4c31331fa6d50b402cd6d26.tar.xz qemu-ec53b45bcd1f74f7a4c31331fa6d50b402cd6d26.zip | |
exec.c: Drop TARGET_HAS_ICE define and checks
The TARGET_HAS_ICE #define is intended to indicate whether a target-*
guest CPU implementation supports the breakpoint handling. However,
all our guest CPUs have that support (the only two which do not
define TARGET_HAS_ICE are unicore32 and openrisc, and in both those
cases the bp support is present and the lack of the #define is just
a bug). So remove the #define entirely: all new guest CPU support
should include breakpoint handling as part of the basic implementation.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-id: 1420484960-32365-1-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
