diff options
| author | Richard Henderson | 2013-08-27 22:03:27 +0200 |
|---|---|---|
| committer | Richard Henderson | 2013-09-02 18:08:30 +0200 |
| commit | b1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5 (patch) | |
| tree | 5f50e036fc6af1d0681240167b3220ee4001dea0 /target-unicore32 | |
| parent | exec: Rename USUFFIX to LSUFFIX (diff) | |
| download | qemu-b1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5.tar.gz qemu-b1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5.tar.xz qemu-b1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5.zip | |
target: Include softmmu_exec.h where forgotten
Several targets forgot to include softmmu_exec.h, which would
break them with a header cleanup to follow.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-unicore32')
| -rw-r--r-- | target-unicore32/op_helper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-unicore32/op_helper.c b/target-unicore32/op_helper.c index 6443ffec1c..4f9f41eb36 100644 --- a/target-unicore32/op_helper.c +++ b/target-unicore32/op_helper.c @@ -239,6 +239,8 @@ uint32_t HELPER(ror_cc)(CPUUniCore32State *env, uint32_t x, uint32_t i) } #ifndef CONFIG_USER_ONLY +#include "exec/softmmu_exec.h" + #define MMUSUFFIX _mmu #define SHIFT 0 |
