sim: aarch64: fix -Wshadow=local warnings
authorMike Frysinger <vapier@gentoo.org>
Fri, 22 Dec 2023 01:01:31 +0000 (20:01 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 23 Dec 2023 04:29:19 +0000 (23:29 -0500)
commit2bf4edd2ea563aee8ea9008fe448a4da8abd66f3
tree25d9dfab3045c81c5fdbd06387f6ca5fdb5baa36
parent68bd2358ea18ca89fd9467dba96f06f386c7a305
sim: aarch64: fix -Wshadow=local warnings

These functions have local vars named "val" of type float, and
then create nested vars named "val" of type double.  This is a
bit confusing and causes build time warnings.
sim/aarch64/simulator.c