Grow RSYSCALL.

This commit is contained in:
obrien 2002-05-15 21:25:47 +00:00
parent 1b12a0abfe
commit c053d9aa39

View File

@ -41,3 +41,7 @@ ENTRY(__CONCAT(__sys_,x)) ; \
li 0,(SYS_ ## x) ; \
sc ; \
bso 2b
#define RSYSCALL(x) \
SYSCALL(x) ; \
blr