flags are live after a call to fflags_into_flags_internal()

This commit is contained in:
gbeauche 2003-10-02 09:51:14 +00:00
parent c464b19f06
commit 87e4d48b3e

View File

@ -2181,6 +2181,7 @@ static void fflags_into_flags_internal(uae_u32 tmp)
else
raw_fflags_into_flags(r);
f_unlock(r);
live_flags();
}