updates to-/fromhost in link.lds
This commit is contained in:
parent
e0807b8cdd
commit
853d1c33ec
6
env/moonlight/link.lds
vendored
6
env/moonlight/link.lds
vendored
@ -171,6 +171,8 @@ SECTIONS
|
|||||||
PROVIDE( _sp = . );
|
PROVIDE( _sp = . );
|
||||||
} >ram AT>ram :ram
|
} >ram AT>ram :ram
|
||||||
|
|
||||||
PROVIDE( tohost = 0xfffffff0 );
|
|
||||||
PROVIDE( fromhost = 0xfffffff8 );
|
|
||||||
|
PROVIDE( tohost = . );
|
||||||
|
PROVIDE( fromhost = . + 8 );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user