modified psp to use mips-loader.cpp (and added things to backends/module.mk)
svn-id: r51826
This commit is contained in:
parent
6982aed8a4
commit
0712d41870
10 changed files with 42 additions and 83 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue