]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-alpha/cpu.h
tlb: Add "ifetch" argument to cpu_mmu_index()
[mirror_qemu.git] / target-alpha / cpu.h
index 3f1ece30eecfd6cafcd6db76cb8b9a04a0aadff4..ef88ffb83ba603c1dc10286260431d5121191727 100644 (file)
@@ -376,7 +376,7 @@ enum {
     PS_USER_MODE = 8
 };
 
-static inline int cpu_mmu_index(CPUAlphaState *env)
+static inline int cpu_mmu_index(CPUAlphaState *env, bool ifetch)
 {
     if (env->pal_mode) {
         return MMU_KERNEL_IDX;