]> Git Repo - qemu.git/blobdiff - target-alpha/op_helper.c
exec.h cleanup
[qemu.git] / target-alpha / op_helper.c
index 8f39154391462b79447014e5da7e0eeb541ec74c..c2bb6790907d1bacc699a0048fd4412971534d59 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "exec.h"
+#include "cpu.h"
+#include "dyngen-exec.h"
 #include "host-utils.h"
 #include "softfloat.h"
 #include "helper.h"
 #include "qemu-timer.h"
 
+#define FP_STATUS (env->fp_status)
+
 /*****************************************************************************/
 /* Exceptions processing helpers */
 
@@ -1311,6 +1314,8 @@ void QEMU_NORETURN cpu_unassigned_access(CPUState *env1,
     dynamic_excp(EXCP_MCHK, 0);
 }
 
+#include "softmmu_exec.h"
+
 #define MMUSUFFIX _mmu
 #define ALIGNED_ONLY
 
This page took 0.023965 seconds and 4 git commands to generate.