Added macro for syscall with 10 arguments (yes, it's really used already).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11754 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a4a54fa8ad
commit
8a048cc56c
@ -62,3 +62,9 @@ name:
|
||||
.align 4; \
|
||||
name:
|
||||
|
||||
#define SYSCALL10(name, n) \
|
||||
.globl name; \
|
||||
.type name,@function; \
|
||||
.align 4; \
|
||||
name:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user