Fix setflagb helper
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1461
This commit is contained in:
parent
21f1ec6d60
commit
796809564e
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue