diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-08 13:16:14 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-08 13:16:14 +0000 |
commit | f1ccf904778f7a840d2b751b5e429d4088ba9cb4 (patch) | |
tree | f5484cea23f7b1bc193f2fb0e4c6de9f3f4f1755 /vl.c | |
parent | 94cff60a0219eecd83a1fbd20a8db7e527322674 (diff) |
CRIS support in toplevel, by Edgar E. Iglesias.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3363 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7390,6 +7390,8 @@ void register_machines(void) #elif defined(TARGET_M68K) qemu_register_machine(&mcf5208evb_machine); qemu_register_machine(&an5206_machine); +#elif defined(TARGET_CRIS) + qemu_register_machine(&bareetraxfs_machine); #else #error unsupported CPU #endif |