On Sun, Sep 25, 2022 at 3:53 PM Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > > 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(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>