Re: [PATCH] target/ppc: Fix test the decrementer exception

2021-10-04 Thread Cédric Le Goater
in Subject: s/test// On 10/4/21 23:45, BALATON Zoltan wrote: On Mon, 4 Oct 2021, Cédric Le Goater wrote: Commit 4d9b8ef9b5ab ("target/ppc: Fix 64-bit decrementer") introduced new int64t variables and broke the test triggering the decrementer exception. Revert partially the change to evaluate

Re: [PATCH] target/ppc: Fix test the decrementer exception

2021-10-04 Thread BALATON Zoltan
On Mon, 4 Oct 2021, Cédric Le Goater wrote: Commit 4d9b8ef9b5ab ("target/ppc: Fix 64-bit decrementer") introduced new int64t variables and broke the test triggering the decrementer exception. Revert partially the change to evaluate both clause of the if statement. Fixes: Coverity CID 1464061

[PATCH] target/ppc: Fix test the decrementer exception

2021-10-04 Thread Cédric Le Goater
Commit 4d9b8ef9b5ab ("target/ppc: Fix 64-bit decrementer") introduced new int64t variables and broke the test triggering the decrementer exception. Revert partially the change to evaluate both clause of the if statement. Fixes: Coverity CID 1464061 Signed-off-by: Cédric Le Goater ---