CORE: Inhibit assertions
authorptitSeb <sebastien.chev@gmail.com>
Fri, 1 Nov 2013 19:48:00 +0000 (20:48 +0100)
committerptitSeb <sebastien.chev@gmail.com>
Fri, 1 Nov 2013 19:48:00 +0000 (20:48 +0100)
source/mupen64plus-core/src/r4300/new_dynarec/new_dynarec.c

index f9fbc40..9a5226e 100755 (executable)
@@ -23,8 +23,8 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdint.h> //include for uint64_t
-#include <assert.h>
-//#define assert(a)    {}
+//#include <assert.h>
+#define assert(a)      {}
 
 #include "../recomp.h"
 #include "../recomph.h" //include for function prototypes