diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-14 17:07:21 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-14 17:07:21 +0000 |
commit | 6f27aba62e90b382d3d8e35e6d72046470c270a8 (patch) | |
tree | 0b705ceb04392e1ea165141c25176e0cb463ee12 /target-sparc/op.c | |
parent | 952a328ff50c323b28fb07658ccbc6604cf26a45 (diff) |
Sparc64 hypervisor mode
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3398 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r-- | target-sparc/op.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c index e12347df1f..80864c3bb8 100644 --- a/target-sparc/op.c +++ b/target-sparc/op.c @@ -1023,6 +1023,11 @@ void OPPROTO op_sra(void) #define MEMSUFFIX _kernel #include "op_mem.h" + +#ifdef TARGET_SPARC64 +#define MEMSUFFIX _hypv +#include "op_mem.h" +#endif #endif void OPPROTO op_ldfsr(void) |