moves to-/fromhost past the end of the RAM
This commit is contained in:
parent
db3a2d68d6
commit
8cb34baacf
4
env/iss/link.lds
vendored
4
env/iss/link.lds
vendored
@ -178,7 +178,7 @@ SECTIONS
|
|||||||
PROVIDE( _sp = . );
|
PROVIDE( _sp = . );
|
||||||
} >ram AT>ram :ram
|
} >ram AT>ram :ram
|
||||||
|
|
||||||
PROVIDE( tohost = 0xfffffff0 );
|
PROVIDE( tohost = . );
|
||||||
PROVIDE( fromhost = 0xfffffff8 );
|
PROVIDE( fromhost = . + 8 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#include "weak_under_alias.h"
|
#include "weak_under_alias.h"
|
||||||
//#include <stdint.h>
|
//#include <stdint.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <stdint.h>
|
||||||
#if defined(SEMIHOSTING)
|
#if defined(SEMIHOSTING)
|
||||||
#include "semihosting.h"
|
#include "semihosting.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user