Rev 2918 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2918 | Rev 4377 | ||
---|---|---|---|
Line 71... | Line 71... | ||
71 | 71 | ||
72 | typedef struct { |
72 | typedef struct { |
73 | uint32_t eax; |
73 | uint32_t eax; |
74 | uint32_t ecx; |
74 | uint32_t ecx; |
75 | uint32_t edx; |
75 | uint32_t edx; |
76 | uint32_t esi; |
- | |
77 | uint32_t edi; |
- | |
78 | uint32_t ebp; |
- | |
79 | uint32_t ebx; |
- | |
80 | 76 | ||
81 | uint32_t gs; |
77 | uint32_t gs; |
82 | uint32_t fs; |
78 | uint32_t fs; |
83 | uint32_t es; |
79 | uint32_t es; |
84 | uint32_t ds; |
80 | uint32_t ds; |