Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1122 → Rev 1123

/uspace/trunk/libc/arch/mips32/include/psthread.h
31,7 → 31,10
 
#include <types.h>
 
#define SP_DELTA (8)
/* +16 is just for sure that the called function
* have space to store it's arguments
*/
#define SP_DELTA (8+16)
 
typedef struct {
uint32_t sp;