summaryrefslogtreecommitdiff
path: root/cpu-exec.c
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2013-03-18 15:49:25 -0400
committerBlue Swirl <blauwirbel@gmail.com>2013-03-23 14:25:42 +0000
commitd15a9c2390889623a681b4d0bc56371b4d25893c (patch)
tree0b7b769f7b2dfcd40bfea0b72ba2ebaa3205855c /cpu-exec.c
parenta360d965821870fa1dbb3effdf7436b715ad3358 (diff)
downloadqemu-d15a9c2390889623a681b4d0bc56371b4d25893c.tar.gz
Add top level changes for moxie
Signed-off-by: Anthony Green <green@moxielogic.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'cpu-exec.c')
-rw-r--r--cpu-exec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu-exec.c b/cpu-exec.c
index 94fedc5805..b87c1c07c6 100644
--- a/cpu-exec.c
+++ b/cpu-exec.c
@@ -240,6 +240,7 @@ int cpu_exec(CPUArchState *env)
#elif defined(TARGET_LM32)
#elif defined(TARGET_MICROBLAZE)
#elif defined(TARGET_MIPS)
+#elif defined(TARGET_MOXIE)
#elif defined(TARGET_OPENRISC)
#elif defined(TARGET_SH4)
#elif defined(TARGET_CRIS)
@@ -692,6 +693,7 @@ int cpu_exec(CPUArchState *env)
| env->cc_dest | (env->cc_x << 4);
#elif defined(TARGET_MICROBLAZE)
#elif defined(TARGET_MIPS)
+#elif defined(TARGET_MOXIE)
#elif defined(TARGET_OPENRISC)
#elif defined(TARGET_SH4)
#elif defined(TARGET_ALPHA)