]> Git Repo - qemu.git/blobdiff - target-alpha/sys_helper.c
pckbd: adding new fields to vmstate
[qemu.git] / target-alpha / sys_helper.c
index 5f7d7dde0ef5c3964a41798830937caabc3f2d51..ae2e174f32099399feff2298497ab61acf0b9d97 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include "cpu.h"
-#include "helper.h"
+#include "exec/helper-proto.h"
 #include "sysemu/sysemu.h"
 #include "qemu/timer.h"
 
@@ -64,7 +64,7 @@ void helper_call_pal(CPUAlphaState *env, uint64_t pc, uint64_t entry_ofs)
 
 void helper_tbia(CPUAlphaState *env)
 {
-    tlb_flush(env, 1);
+    tlb_flush(CPU(alpha_env_get_cpu(env)), 1);
 }
 
 void helper_tbis(CPUAlphaState *env, uint64_t p)
This page took 0.021795 seconds and 4 git commands to generate.