mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +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
|