mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
Remove unreachable code (MSVC warnings)
This commit is contained in:
parent
a8a712c801
commit
5c0bb5cc63
24 changed files with 13 additions and 173 deletions
|
|
@ -567,8 +567,7 @@ Inst* Inst::GetAssociatedPseudoOperation(Opcode opcode) {
|
|||
break;
|
||||
}
|
||||
|
||||
ASSERT_MSG(false, "Not a valid pseudo-operation");
|
||||
return nullptr;
|
||||
ASSERT_FALSE("Not a valid pseudo-operation");
|
||||
}
|
||||
|
||||
Type Inst::GetType() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue