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

Commit a641ad59 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 0daa5e96: am de835045: Merge "Disable integer sanitization checks for the...

am 0daa5e96: am de835045: Merge "Disable integer sanitization checks for the *other* L_add function"

* commit '0daa5e96':
  Disable integer sanitization checks for the *other* L_add function
parents 0ca8408e 0daa5e96
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;