Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45e93297 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: __clear_user: handle exceptions on strb"

parents aa5c585c 0896f287
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ USER(9f, strh wzr, [x0], #2 )
	sub	x1, x1, #2
4:	adds	x1, x1, #1
	b.mi	5f
	strb	wzr, [x0]
USER(9f, strb	wzr, [x0]	)
5:	mov	x0, #0
	ret
ENDPROC(__clear_user)