Merged in Dreg_fr33project/titanengine-update (pull request #7)

eflags fixed and registersview button tunning
This commit is contained in:
David Reguera Garcia (Dreg) 2014-11-02 03:33:42 +01:00
commit a8a32117c1
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;