CPU: Warning fix
This commit is contained in:
parent
34ce59eb46
commit
dd204d116e
|
@ -138,7 +138,6 @@ static std::tuple<TickCount, TickCount, TickCount> CalculateMemoryTiming(MEMDELA
|
|||
static void RecalculateMemoryTimings();
|
||||
|
||||
static void SetCodePageFastmemProtection(u32 page_index, bool writable);
|
||||
static void SetLUTFastmemProtection(u32 page_index, bool writable);
|
||||
} // namespace Bus
|
||||
|
||||
#define FIXUP_HALFWORD_OFFSET(size, offset) ((size >= MemoryAccessSize::HalfWord) ? (offset) : ((offset) & ~1u))
|
||||
|
|
|
@ -441,6 +441,7 @@ FastMapTable* GetFastMapPointer()
|
|||
#else
|
||||
s_asm_dispatcher();
|
||||
#endif
|
||||
UnreachableCode();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue