mirror of
https://github.com/ptitSeb/box86.git
synced 2024-11-27 08:50:28 +00:00
[DYNAREC] Simpler writing fr this test
This commit is contained in:
parent
3a3f55f9a2
commit
a074ea8ba6
@ -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) { \
|
||||
|
Loading…
Reference in New Issue
Block a user