CPU: Warning fix

This commit is contained in:
Stenzek 2023-10-01 13:20:12 +10:00
parent 34ce59eb46
commit dd204d116e
2 changed files with 1 additions and 1 deletions

View file

@ -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))

View file

@ -441,6 +441,7 @@ FastMapTable* GetFastMapPointer()
#else
s_asm_dispatcher();
#endif
UnreachableCode();
}
#endif