moves to-/fromhost past the end of the RAM
This commit is contained in:
4
env/iss/link.lds
vendored
4
env/iss/link.lds
vendored
@ -178,7 +178,7 @@ SECTIONS
|
||||
PROVIDE( _sp = . );
|
||||
} >ram AT>ram :ram
|
||||
|
||||
PROVIDE( tohost = 0xfffffff0 );
|
||||
PROVIDE( fromhost = 0xfffffff8 );
|
||||
PROVIDE( tohost = . );
|
||||
PROVIDE( fromhost = . + 8 );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user