2015-10-15 10:25:28 +02:00

9 lines
88 B
ArmAsm

#ifdef __mips__
.abicalls
.bss
.align 2
.space 2
.globl mbr
mbr: .space 512
#endif