Subversion Repositories HelenOS-historic

Rev

Rev 180 | Rev 354 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 180 Rev 312
Line 43... Line 43...
43
 
43
 
44
struct context {
44
struct context {
45
    __u32 sp;
45
    __u32 sp;
46
    __u32 pc;
46
    __u32 pc;
47
    __u32 ebx;
47
    __u32 ebx;
48
    __u32 ecx;
-
 
49
    __u32 edx;
-
 
50
    __u32 esi;
48
    __u32 esi;
51
    __u32 edi;
49
    __u32 edi;
52
    __u32 ebp;
50
    __u32 ebp;
53
    __u32 pri;
51
    __u32 pri;
54
} __attribute__ ((packed));
52
} __attribute__ ((packed));