Subversion Repositories HelenOS-historic

Rev

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

Rev 82 Rev 83
Line 36... Line 36...
36
 * No need to allocate scratch area.
36
 * No need to allocate scratch area.
37
 */
37
 */
38
#define SP_DELTA    0
38
#define SP_DELTA    0
39
 
39
 
40
struct context {
40
struct context {
-
 
41
    __u64 pfs;
-
 
42
    __u64 unat_caller;
-
 
43
    __u64 unat_callee;
-
 
44
 
41
    /*
45
    /*
42
     * General registers
46
     * General registers
43
     */
47
     */
44
    __u64 r1;
48
    __u64 r1;
45
    __u64 r2;
49
    __u64 r2;