Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1947 → Rev 1948

/trunk/kernel/arch/amd64/include/context.h
35,11 → 35,8
#ifndef KERN_amd64_CONTEXT_H_
#define KERN_amd64_CONTEXT_H_
 
#ifndef KERN_amd64_TYPES_H_
# include <arch/types.h>
#endif
#include <arch/types.h>
 
 
/* 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