a32_jitstate: Remove obsoleted debug assert

This commit is contained in:
Lioncash 2020-05-16 12:55:02 -04:00 committed by merry
parent 64fa804dd4
commit 9b93a9de46

View file

@ -46,7 +46,6 @@ namespace Dynarmic::Backend::X64 {
*/
u32 A32JitState::Cpsr() const {
DEBUG_ASSERT((cpsr_nzcv & ~NZCV::x64_mask) == 0);
DEBUG_ASSERT((cpsr_q & ~1) == 0);
DEBUG_ASSERT((cpsr_jaifm & ~0x010001DF) == 0);