[DYNAREC] Simpler writing fr this test

This commit is contained in:
ptitSeb 2022-04-18 11:43:21 +02:00
parent 3a3f55f9a2
commit a074ea8ba6

View File

@ -318,7 +318,7 @@
#ifndef SETFLAGS
#define SETFLAGS(A, B) \
if(dyn->f.pending!=SF_SET \
&& (B==SF_SUBSET || B==SF_SUBSET_PENDING) \
&& ((B)&SF_SUB) \
&& (dyn->insts[ninst].x86.need_flags&(~((A)|((B==SF_SUBSET_PENDING)?X_PEND:0))))) \
READFLAGS(dyn->insts[ninst].x86.need_flags&(~(A)|X_PEND)); \
if(dyn->insts[ninst].x86.need_flags) switch(B) { \