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

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

Merge "soc: qcom: hvc: add missing x7 argument to the 32bit __hvc stub"

parents d8332f53 6e580894
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ static int __hvc(u64 x0, u64 x1, u64 x2, u64 x3, u64 x4, u64 x5,
}
#else
static int __hvc(u64 x0, u64 x1, u64 x2, u64 x3, u64 x4, u64 x5,
		 u64 x6, u64 *ret1, u64 *ret2, u64 *ret3)
		 u64 x6, u64 x7, u64 *ret1, u64 *ret2, u64 *ret3)
{
	return 0;
}