Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 282 → Rev 281

/SPARTAN/trunk/arch/amd64/include/context.h
33,13 → 33,8
# include <arch/types.h>
#endif
 
#define SP_DELTA 8
 
/* According to ABI the stack MUST be aligned on
* 16-byte boundary. If it is not, the va_arg calling will
* panic sooner or later
*/
#define SP_DELTA 16
 
struct context {
__u64 sp;
__u64 pc;