[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [PATCH] target/ppc: Fix 64-bit decrementer
From: |
Luis Fernando Fujita Pires |
Subject: |
RE: [PATCH] target/ppc: Fix 64-bit decrementer |
Date: |
Mon, 13 Sep 2021 17:29:17 +0000 |
> value = extract64(value, 0, nr_bits);
> value = ((target_long)value << (64 - nr_bits)) >> (64 - nr_bits);
Oops, sorry. 64 might not be correct here. It would depend on the target being
either 32 or 64.
--
Luis Pires
Instituto de Pesquisas ELDORADO
Aviso Legal - Disclaimer <https://www.eldorado.org.br/disclaimer.html>