mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 23:46:28 +00:00
Remove unreachable code (MSVC warnings)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user