From: ptitSeb Date: Fri, 1 Nov 2013 19:48:00 +0000 (+0100) Subject: CORE: Inhibit assertions X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=commitdiff_plain;h=97d8cdb756d3b3e280f4b420873adaffd228e0af CORE: Inhibit assertions --- diff --git a/source/mupen64plus-core/src/r4300/new_dynarec/new_dynarec.c b/source/mupen64plus-core/src/r4300/new_dynarec/new_dynarec.c index f9fbc40..9a5226e 100755 --- a/source/mupen64plus-core/src/r4300/new_dynarec/new_dynarec.c +++ b/source/mupen64plus-core/src/r4300/new_dynarec/new_dynarec.c @@ -23,8 +23,8 @@ #include #include #include //include for uint64_t -#include -//#define assert(a) {} +//#include +#define assert(a) {} #include "../recomp.h" #include "../recomph.h" //include for function prototypes