summaryrefslogtreecommitdiff
path: root/arm9/asm/SOC_socl_misc.s
blob: 91330d45653c1a0d7dff0edf7742ab20766bdd24 (plain)
1
2
3
4
5
6
7
8
9
10
	.include "asm/macros.inc"
	.include "global.inc"

	.text

	arm_func_start SOCLi_RoundUp4
SOCLi_RoundUp4:
	add r0, r0, #0x3
	bic r0, r0, #0x3
	bx lr