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:
Axel Dörfler 2005-03-15 05:11:51 +00:00
parent a4a54fa8ad
commit 8a048cc56c

View File

@ -62,3 +62,9 @@ name:
.align 4; \
name:
#define SYSCALL10(name, n) \
.globl name; \
.type name,@function; \
.align 4; \
name: