X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Fpcsxmem.c;h=f98ae22daea19c76b7a7e3494d62f06d9de56932;hb=f33a0f965a62ca6a8392d16efad00c2bbd878351;hp=47b876ef3bdeb03179308ca124aa235ba2e3dba1;hpb=5b9f1b9e4aa51af5712cf1d90552ace57d9f486b;p=pcsx_rearmed.git diff --git a/libpcsxcore/new_dynarec/pcsxmem.c b/libpcsxcore/new_dynarec/pcsxmem.c index 47b876ef..f98ae22d 100644 --- a/libpcsxcore/new_dynarec/pcsxmem.c +++ b/libpcsxcore/new_dynarec/pcsxmem.c @@ -15,7 +15,8 @@ #include "pcsxmem.h" #ifdef __thumb__ -#error the dynarec does not have Thumb support, please remove -mthumb +#error the dynarec is incompatible with Thumb functions, +#error please add -marm to compile flags #endif //#define memprintf printf