mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Hax Fix rBuild.
svn path=/trunk/; revision=53448
This commit is contained in:
parent
4b00accabe
commit
a72f93d594
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
|
||||
#include <arch/pc/x86common.h>
|
||||
|
||||
#define I386FLAG_CF HEX(0001) // Carry Flag
|
||||
#define I386FLAG_ZF HEX(0040) // Zero Flag
|
||||
#define I386FLAG_SF HEX(0080) // Sign Flag
|
||||
/* Only these flags are propagated into Int386() */
|
||||
#define FLAGS_PROP (I386FLAG_CF | \
|
||||
I386FLAG_ZF | \
|
||||
|
|
Loading…
Reference in a new issue