modified psp to use mips-loader.cpp (and added things to backends/module.mk)

svn-id: r51826
This commit is contained in:
Tony Puccinelli 2010-08-07 05:01:43 +00:00
parent 6982aed8a4
commit 0712d41870
10 changed files with 42 additions and 83 deletions

View file

@ -23,7 +23,7 @@
*
*/
#if defined(DYNAMIC_MODULES) //TODO: && defined (MIPS target)
#if defined(DYNAMIC_MODULES) && defined(MIPS_TARGET)
#include "shorts-segment-manager.h"
@ -86,4 +86,4 @@ void ShortSegmentManager::deleteSegment(ShortSegmentManager::Segment *seg) {
delete seg;
}
#endif /* DYNAMIC_MODULES */
#endif /* DYNAMIC_MODULES && MIPS_TARGET */