summaryrefslogtreecommitdiff
path: root/arm9/asm/MSL_errno.s
blob: 2826487207b63feabe0968154f04a782b28d3d22 (plain)
1
2
3
4
5
6
7
8
9
    .include "asm/macros.inc"
    .include "global.inc"

    .bss

	.global errno
errno: ; 0x021D74A8
	.space 0x4
    .size errno,.-errno