mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Make sure to reference the agbabi files so they are included
This commit is contained in:
parent
2d90755090
commit
8a8e8c011b
|
@ -4,6 +4,9 @@ OUTPUT_ARCH(arm)
|
||||||
ENTRY(__start)
|
ENTRY(__start)
|
||||||
EXTERN(__RUST_INTERRUPT_HANDLER)
|
EXTERN(__RUST_INTERRUPT_HANDLER)
|
||||||
|
|
||||||
|
EXTERN(__agbabi_memset)
|
||||||
|
EXTERN(__agbabi_memcpy)
|
||||||
|
|
||||||
MEMORY {
|
MEMORY {
|
||||||
ewram (w!x) : ORIGIN = 0x02000000, LENGTH = 256K
|
ewram (w!x) : ORIGIN = 0x02000000, LENGTH = 256K
|
||||||
iwram (w!x) : ORIGIN = 0x03000000, LENGTH = 32K
|
iwram (w!x) : ORIGIN = 0x03000000, LENGTH = 32K
|
||||||
|
|
Loading…
Reference in a new issue