summaryrefslogtreecommitdiff
path: root/src/thread/arm/__unmapself.s
blob: 62ebb7c18920cc71ca65084d7d9520a48ea0b34b (plain) (blame)
1
2
3
4
5
6
7
8
.text
.global __unmapself
.type   __unmapself,%function
__unmapself:
	mov r7,#91
	svc 0
	mov r7,#1
	svc 0