On 2/1/21 1:01 AM, BALATON Zoltan wrote: > From: Lucien Murray-Pitts <[email protected]> > > The BUSCR/PCR CR defines were missing for 68060, and the move_to/from helper > functions were also missing a decode for the 68060 M68K_CR_CAAR CR register. > > Added missing defines, and respective decodes for all three CR registers to > the helpers. > > Although this patch defines them, the implementation is empty in this patch > and these registers will result in a cpu abort - which is the default prior > to this patch. > > This patch aims to reach full coverage of all CR registers within the helpers. > > Signed-off-by: Lucien Murray-Pitts <[email protected]> > Reviewed-by: Laurent Vivier <[email protected]> > Signed-off-by: BALATON Zoltan <[email protected]> > --- > target/m68k/cpu.h | 4 ++++ > target/m68k/helper.c | 10 ++++++++++ > 2 files changed, 14 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
