diff options
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/helper.c b/target-alpha/helper.c index 4ec5967ff1..72cae49cf1 100644 --- a/target-alpha/helper.c +++ b/target-alpha/helper.c @@ -35,7 +35,7 @@ int cpu_alpha_handle_mmu_fault (CPUState *env, target_ulong address, int rw, else env->exception_index = EXCP_DFAULT; env->ipr[IPR_EXC_ADDR] = address; - + return 1; } |