aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authornotaz2012-08-04 20:53:40 +0300
committernotaz2012-08-04 23:26:09 +0300
commit9f7042907bbf7e1810ee8e002bc43319fbb3d0b4 (patch)
tree27e226e35238a3597aa0f12459737a1c675f4d42 /libpcsxcore
parente795af9e2c73779499ec2b57175aca9bbe096cdb (diff)
downloadpcsx_rearmed-9f7042907bbf7e1810ee8e002bc43319fbb3d0b4.tar.gz
pcsx_rearmed-9f7042907bbf7e1810ee8e002bc43319fbb3d0b4.tar.bz2
pcsx_rearmed-9f7042907bbf7e1810ee8e002bc43319fbb3d0b4.zip
configure: various fixes
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/new_dynarec/pcsxmem.c3
1 files changed, 2 insertions, 1 deletions
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