Re: [PATCH] target/m68k: only change valid bits in CACR
Am Thu, 12 Dec 2019 20:40:45 +0100 schrieb Laurent Vivier : > This is used by netBSD (and MacOS ROM) to detect the MMU type > > Signed-off-by: Laurent Vivier > --- > target/m68k/cpu.c| 28 ++-- > target/m68k/cpu.h| 4 > target/m68k/helper.c | 16 +++
[PATCH] target/m68k: only change valid bits in CACR
This is used by netBSD (and MacOS ROM) to detect the MMU type Signed-off-by: Laurent Vivier --- target/m68k/cpu.c| 28 ++-- target/m68k/cpu.h| 4 target/m68k/helper.c | 16 ++-- 3 files changed, 40 insertions(+), 8 deletions(-) diff --git a/targ