Revision 3b46e624 tests/hello-arm.c

b/tests/hello-arm.c
83 83
  	: "r0","r1","r2","r3","lr");							\
84 84
  __syscall_return(type,__res);								\
85 85
}
86
 
86

  
87 87

  
88 88
#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5)	\
89 89
type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) {			\

Also available in: Unified diff