Skip to content
Commit 1badf779 authored by Kumar Gala's avatar Kumar Gala Committed by Ioannis Glaropoulos
Browse files

arch: arm: aarch32: Fix syscall inline asm



The inline asm code was not conveying in all cases that registers r1-r3
would get clobbered by the SVC handler code.  In the cases that we can't
list r1-r3 in the clobber list the registers need to show up as outputs
to know that they values are not preserved by the callee.

Fixes #30393

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent d3828682
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment