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

Commit de835045 authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "Disable integer sanitization checks for the *other* L_add function"

parents 9589b468 1d004307
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -561,6 +561,7 @@ static_vo Word32 L_msu (Word32 L_var3, Word16 var1, Word16 var2)
|___________________________________________________________________________|
*/

__attribute__((no_sanitize("integer")))
static_vo Word32 L_add (Word32 L_var1, Word32 L_var2)
{
	Word32 L_var_out;