mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-24 12:19:21 +01:00
Changed an extern to prevent alignment problems
This commit is contained in:
parent
9086957f72
commit
8d15c9d296
@ -32,11 +32,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
||||||
extern u8 __mem2_area_start;
|
extern u8 __mem2_area_start[];
|
||||||
|
|
||||||
#define PPC_MEM1_END (0x017fffff)
|
#define PPC_MEM1_END (0x017fffff)
|
||||||
#define PPC_MEM2_START (0x10000000)
|
#define PPC_MEM2_START (0x10000000)
|
||||||
#define PPC_MEM2_END ((u32) &__mem2_area_start)
|
#define PPC_MEM2_END ((u32) __mem2_area_start)
|
||||||
|
|
||||||
#define PHDR_MAX 10
|
#define PHDR_MAX 10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user