mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 23:31:44 +00:00
7 lines
112 B
ArmAsm
7 lines
112 B
ArmAsm
|
# Make sure the loadable size of the library is large.
|
||
|
.section .bss
|
||
|
.globl g
|
||
|
.hidden g
|
||
|
g:
|
||
|
.space 0x800000
|