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:
parent
1056bcb0ca
commit
75df143732
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user