Generate micro-ops for PowerPC hypervisor mode.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3386 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b1806c9e67
commit
1e42b8f06d
@ -1919,6 +1919,11 @@ void OPPROTO op_fneg (void)
|
||||
#define MEMSUFFIX _kernel
|
||||
#include "op_helper.h"
|
||||
#include "op_mem.h"
|
||||
#if defined(TARGET_PPC64H)
|
||||
#define MEMSUFFIX _hypv
|
||||
#include "op_helper.h"
|
||||
#include "op_mem.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Special op to check and maybe clear reservation */
|
||||
|
@ -31,6 +31,11 @@
|
||||
#define MEMSUFFIX _kernel
|
||||
#include "op_helper.h"
|
||||
#include "op_helper_mem.h"
|
||||
#if defined(TARGET_PPC64H)
|
||||
#define MEMSUFFIX _hypv
|
||||
#include "op_helper.h"
|
||||
#include "op_helper_mem.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//#define DEBUG_OP
|
||||
|
Loading…
Reference in New Issue
Block a user