From 87e4d48b3eea7b680b84fc62b5784bb89e5e5b5c Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Thu, 2 Oct 2003 09:51:14 +0000 Subject: [PATCH] flags are live after a call to fflags_into_flags_internal() --- BasiliskII/src/uae_cpu/compiler/compemu_support.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/BasiliskII/src/uae_cpu/compiler/compemu_support.cpp b/BasiliskII/src/uae_cpu/compiler/compemu_support.cpp index 75d4c2d5..17b8c458 100644 --- a/BasiliskII/src/uae_cpu/compiler/compemu_support.cpp +++ b/BasiliskII/src/uae_cpu/compiler/compemu_support.cpp @@ -2181,6 +2181,7 @@ static void fflags_into_flags_internal(uae_u32 tmp) else raw_fflags_into_flags(r); f_unlock(r); + live_flags(); }