Subversion Repositories HelenOS

Rev

Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2607
Line 36... Line 36...
36
#define KERN_mips32_STACK_H_
36
#define KERN_mips32_STACK_H_
37
 
37
 
38
#define STACK_ITEM_SIZE     4
38
#define STACK_ITEM_SIZE     4
39
#define STACK_ALIGNMENT     8
39
#define STACK_ALIGNMENT     8
40
 
40
 
-
 
41
#define STACK_ARG0      0
-
 
42
#define STACK_ARG1      4
-
 
43
#define STACK_ARG2      8
-
 
44
#define STACK_ARG3      12
-
 
45
#define STACK_ARG4      16
-
 
46
#define STACK_ARG5      20
-
 
47
#define STACK_ARG6      24
-
 
48
 
41
#endif
49
#endif
42
 
50
 
43
/** @}
51
/** @}
44
 */
52
 */