]> git.proxmox.com Git - qemu.git/blobdiff - target-m68k/helpers.h
cpu: Move halted and interrupt_request fields to CPUState
[qemu.git] / target-m68k / helpers.h
index cb8a0c7d4a701b3fcc0cf18e3f425aa83765ece9..2b024502ba8abaf67932d23815c183fce7671766 100644 (file)
@@ -1,4 +1,4 @@
-#include "def-helper.h"
+#include "exec/def-helper.h"
 
 DEF_HELPER_1(bitrev, i32, i32)
 DEF_HELPER_1(ff1, i32, i32)
@@ -49,6 +49,6 @@ DEF_HELPER_3(set_mac_exts, void, env, i32, i32)
 DEF_HELPER_3(set_mac_extu, void, env, i32, i32)
 
 DEF_HELPER_2(flush_flags, void, env, i32)
-DEF_HELPER_1(raise_exception, void, i32)
+DEF_HELPER_2(raise_exception, void, env, i32)
 
-#include "def-helper.h"
+#include "exec/def-helper.h"