diff --git a/core/hw/sh4/modules/wince.h b/core/hw/sh4/modules/wince.h index 74bfcc4db..472d6834c 100644 --- a/core/hw/sh4/modules/wince.h +++ b/core/hw/sh4/modules/wince.h @@ -373,7 +373,7 @@ static bool wince_resolve_address(u32 va, TLB_Entry &entry) u32 sz = entry.Data.SZ1 * 2 + entry.Data.SZ0; entry.Address.VPN = (va & mmu_mask[sz]) >> 10; - true; + return true; } } }