1
0
Fork 0

Fix setflagb helper

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1461
This commit is contained in:
Sjoerd van der Berg 2003-11-25 08:26:44 +00:00
parent 21f1ec6d60
commit 796809564e

View file

@ -59,7 +59,7 @@ extern LazyFlags lflags;
{ \
SETFLAGBIT(OF,get_OF()); \
lflags.type=t_UNKNOWN; \
CPU_SetFlags(reg_flags,FMASK_NORMAL & 0xff); \
CPU_SetFlags(FLAGB,FMASK_NORMAL & 0xff); \
}
#define SETFLAGSw(FLAGW) \