Re: [PATCH] target/arm: remove redundant code

2024-12-16 Thread Peter Maydell
On Thu, 12 Dec 2024 at 12:06, wrote: > > From: Denis Rastyogin > > This call is redundant as it only retrieves a value that is not used further. > > Found by Linux Verification Center (linuxtesting.org) with SVACE. > > Signed-off-by: Denis Rastyogin Applied to target-arm.next, thanks. -- PMM

[PATCH] target/arm: remove redundant code

2024-12-12 Thread gerben
From: Denis Rastyogin This call is redundant as it only retrieves a value that is not used further. Found by Linux Verification Center (linuxtesting.org) with SVACE. Signed-off-by: Denis Rastyogin --- target/arm/vfp_helper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/arm/vfp_

Re: [PATCH] target/arm: remove redundant code

2024-12-12 Thread Richard Henderson
On 12/12/24 06:06, ger...@altlinux.org wrote: From: Denis Rastyogin This call is redundant as it only retrieves a value that is not used further. Found by Linux Verification Center (linuxtesting.org) with SVACE. Signed-off-by: Denis Rastyogin --- target/arm/vfp_helper.c | 2 -- 1 file cha