From 9f7042907bbf7e1810ee8e002bc43319fbb3d0b4 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 4 Aug 2012 20:53:40 +0300 Subject: configure: various fixes --- libpcsxcore/new_dynarec/pcsxmem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/new_dynarec/pcsxmem.c b/libpcsxcore/new_dynarec/pcsxmem.c index 47b876e..f98ae22 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 -- cgit v1.2.3