aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxapi/sys/exitcriticalsection.s
blob: e2ee06097d6cfb9fad786e0cbfe55ea6fd691508 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.set noreorder
.section .text

.global ExitCriticalSection
.type ExitCriticalSection, @function
ExitCriticalSection:
	addiu	$a0, $0, 2
	syscall	0
	jr		$ra
	nop