diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-30 16:31:04 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-30 16:31:04 +0000 |
commit | b3c7724cbc70109630227c92df2d59deca4dab64 (patch) | |
tree | 52e335302d10fc433761851c312dbff9e820d661 /target-cris/cpu.h | |
parent | 6913ba56807e5a5275bd839550e8a951d2ef63af (diff) |
Move CPU save/load registration to common code.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4808 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/cpu.h')
-rw-r--r-- | target-cris/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index d086221d3f..e454568588 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -210,6 +210,8 @@ enum { #define cpu_gen_code cpu_cris_gen_code #define cpu_signal_handler cpu_cris_signal_handler +#define CPU_SAVE_VERSION 1 + /* MMU modes definitions */ #define MMU_MODE0_SUFFIX _kernel #define MMU_MODE1_SUFFIX _user |