X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Fpcsxmem.c;h=f98ae22daea19c76b7a7e3494d62f06d9de56932;hp=47b876ef3bdeb03179308ca124aa235ba2e3dba1;hb=9f7042907bbf7e1810ee8e002bc43319fbb3d0b4;hpb=e795af9e2c73779499ec2b57175aca9bbe096cdb 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