Rev 3108 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3108 | Rev 4393 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | 45 | ||
46 | typedef struct { |
46 | typedef struct { |
47 | uint32_t eax; |
47 | uint32_t eax; |
48 | uint32_t ecx; |
48 | uint32_t ecx; |
49 | uint32_t edx; |
49 | uint32_t edx; |
50 | uint32_t esi; |
- | |
51 | uint32_t edi; |
- | |
52 | uint32_t ebp; |
- | |
53 | uint32_t ebx; |
- | |
54 | 50 | ||
55 | uint32_t gs; |
51 | uint32_t gs; |
56 | uint32_t fs; |
52 | uint32_t fs; |
57 | uint32_t es; |
53 | uint32_t es; |
58 | uint32_t ds; |
54 | uint32_t ds; |