mirror of https://github.com/x64dbg/TitanEngine
eflags fix
This commit is contained in:
parent
dce958c748
commit
1a7ebad6b8
|
|
@ -343,7 +343,7 @@ typedef struct
|
||||||
ULONG_PTR r15;
|
ULONG_PTR r15;
|
||||||
#endif //_WIN64
|
#endif //_WIN64
|
||||||
ULONG_PTR cip;
|
ULONG_PTR cip;
|
||||||
unsigned int eflags;
|
ULONG_PTR eflags;
|
||||||
unsigned short gs;
|
unsigned short gs;
|
||||||
unsigned short fs;
|
unsigned short fs;
|
||||||
unsigned short es;
|
unsigned short es;
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@ typedef struct
|
||||||
ULONG_PTR r15;
|
ULONG_PTR r15;
|
||||||
#endif //_WIN64
|
#endif //_WIN64
|
||||||
ULONG_PTR cip;
|
ULONG_PTR cip;
|
||||||
unsigned int eflags;
|
ULONG_PTR eflags;
|
||||||
unsigned short gs;
|
unsigned short gs;
|
||||||
unsigned short fs;
|
unsigned short fs;
|
||||||
unsigned short es;
|
unsigned short es;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue