mirror of
https://github.com/libretro/Play-.git
synced 2025-02-25 06:01:08 +00:00
Removed exception throw when instruction is not found.
This commit is contained in:
parent
5c87149816
commit
ccb54cc8e6
@ -105,5 +105,7 @@ void CMIPSInstructionFactory::BranchLikely(Jitter::CONDITION condition)
|
||||
|
||||
void CMIPSInstructionFactory::Illegal()
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
throw std::runtime_error("Illegal instruction.");
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user