Subversion Repositories HelenOS-historic

Rev

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

Rev 312 Rev 354
Line 39... Line 39...
39
 *
39
 *
40
 * One item is put onto stack to support get_stack_base().
40
 * One item is put onto stack to support get_stack_base().
41
 */
41
 */
42
#define SP_DELTA    (8+STACK_ITEM_SIZE)
42
#define SP_DELTA    (8+STACK_ITEM_SIZE)
43
 
43
 
-
 
44
/*
-
 
45
 * Only save registers that must be preserved across
-
 
46
 * function calls.
-
 
47
 */
44
struct context {
48
struct context {
45
    __u32 sp;
49
    __u32 sp;
46
    __u32 pc;
50
    __u32 pc;
47
    __u32 ebx;
51
    __u32 ebx;
48
    __u32 esi;
52
    __u32 esi;