Force-enable assert on release mode Windows build (#440)

This commit is contained in:
ManDude
2021-05-11 04:03:56 +01:00
committed by GitHub
parent 370ac4f64a
commit fef9b139d7
74 changed files with 100 additions and 78 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
*/
#include "OpcodeInfo.h"
#include <cassert>
#include "common/util/assert.h"
namespace decompiler {
OpcodeInfo gOpcodeInfo[(uint32_t)InstructionKind::EE_OP_MAX];
@@ -518,4 +518,4 @@ OpcodeInfo& OpcodeInfo::dst_vf(FieldType field) {
OpcodeInfo& OpcodeInfo::dst_vi(FieldType field) {
return dst(field, DT::VI);
}
} // namespace decompiler
} // namespace decompiler