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

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