Le 25/09/2022 à 15:48, Mark Cave-Ayland a écrit :
There are already 32 feature bits in use, so change the size of the m68k
CPU features to uint64_t (along with the associated m68k_feature()
functions) to allow up to 64 feature bits to be used.

At the same time make use of the BIT_ULL() macro when reading/writing
the CPU feature bits to improve readability, and also update m68k_feature()
to return a bool rather than an int.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>
---
  target/m68k/cpu.c | 4 ++--
  target/m68k/cpu.h | 6 +++---
  2 files changed, 5 insertions(+), 5 deletions(-)

Applied to my m68k-for-7.2 branch

Thanks,
Laurent



Reply via email to