Finished initial abstraction of ELF-loader (works for DS)
svn-id: r51233
This commit is contained in:
parent
c39ca58683
commit
5d8f4b5062
6 changed files with 615 additions and 15 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
#if defined(DYNAMIC_MODULES) //TODO: && defined (MIPS target)
|
||||
|
||||
#include "MIPS-loader.h"
|
||||
//#include "MIPS-loader.h"
|
||||
#include "shorts-segment-manager.h"
|
||||
|
||||
DECLARE_SINGLETON(ShortSegmentManager); // For singleton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue