Introduced a macro specifying the type function parameters are aligned to. Not nice, but seems to help with the automatic generation of syscall code (at least on x86).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8783 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2004-09-01 20:15:19 +00:00
parent 1056bcb0ca
commit 75df143732
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#define _BIG_ENDIAN 1
#define _LITTLE_ENDIAN 0
#define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE uint64
#define ATOMIC64_FUNCS_ARE_SYSCALLS 1
struct iframe {

View File

@ -14,6 +14,8 @@
#define _BIG_ENDIAN 0
#define _LITTLE_ENDIAN 1
#define FUNCTION_CALL_PARAMETER_ALIGNMENT_TYPE uint32
struct tss {
uint16 prev_task;
uint16 unused0;