Revision 6ebbf390 target-alpha/helper.c

b/target-alpha/helper.c
28 28
#if defined(CONFIG_USER_ONLY)
29 29

  
30 30
int cpu_alpha_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
31
                                int is_user, int is_softmmu)
31
                                int mmu_idx, int is_softmmu)
32 32
{
33 33
    if (rw == 2)
34 34
        env->exception_index = EXCP_ITB_MISS;
......
57 57
}
58 58

  
59 59
int cpu_alpha_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
60
                                int is_user, int is_softmmu)
60
                                int mmu_idx, int is_softmmu)
61 61
{
62 62
    uint32_t opc;
63 63

  

Also available in: Unified diff