]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/op_helper.c
exec.h cleanup
[qemu.git] / target-ppc / op_helper.c
index dde7595fda2c644dc30bb5eb9d5c5d29c9784f39..6e100d987d57c7c2d000251bf57b9152cc4fd95d 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 #include <string.h>
-#include "exec.h"
+#include "cpu.h"
+#include "dyngen-exec.h"
 #include "host-utils.h"
 #include "helper.h"
 
 #include "helper_regs.h"
 
+#if !defined(CONFIG_USER_ONLY)
+#include "softmmu_exec.h"
+#endif /* !defined(CONFIG_USER_ONLY) */
+
 //#define DEBUG_OP
 //#define DEBUG_EXCEPTIONS
 //#define DEBUG_SOFTWARE_TLB