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