]> Git Repo - qemu.git/blobdiff - target-i386/cc_helper.c
ppc/mmu-hash64: Remove duplicated #include statement
[qemu.git] / target-i386 / cc_helper.c
index d5b7c7b17a238edba2754720e03d476a7ab58695..83af223c9f7f13c5bd5a6eea21e2a989ef957d4b 100644 (file)
@@ -17,6 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/helper-proto.h"
 
@@ -382,13 +383,3 @@ void helper_sti_vm(CPUX86State *env)
     }
 }
 #endif
-
-void helper_set_inhibit_irq(CPUX86State *env)
-{
-    env->hflags |= HF_INHIBIT_IRQ_MASK;
-}
-
-void helper_reset_inhibit_irq(CPUX86State *env)
-{
-    env->hflags &= ~HF_INHIBIT_IRQ_MASK;
-}
This page took 0.023547 seconds and 4 git commands to generate.