arch-arm: Initialized some variables
authorTony Gutierrez <anthony.gutierrez@amd.com>
Wed, 8 Jul 2020 16:54:06 +0000 (12:54 -0400)
committerAnthony Gutierrez <anthony.gutierrez@amd.com>
Fri, 10 Jul 2020 18:10:20 +0000 (18:10 +0000)
commit787fb4805583872d5a9dbfdea598a8912d8d82bd
treea6510fa98d9de5890e74a4106b7a729ef1bf2639
parent66163544231428d88b876a462da33842aa6f340b
arch-arm: Initialized some variables

Some of the variables in pauth_helpers.cc
are uninitialized in certain control paths
which causes a compiler warning. We initialize
these to false since they should be updated
to the correct value in all valid code paths.

Change-Id: If34d7daaf2404c2cf014c7b4c0c2f979580f36b9
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31094
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/arm/pauth_helpers.cc