mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Grow RSYSCALL.
This commit is contained in:
parent
c027737942
commit
20764f1db8
1 changed files with 4 additions and 0 deletions
|
|
@ -41,3 +41,7 @@ ENTRY(__CONCAT(__sys_,x)) ; \
|
|||
li 0,(SYS_ ## x) ; \
|
||||
sc ; \
|
||||
bso 2b
|
||||
|
||||
#define RSYSCALL(x) \
|
||||
SYSCALL(x) ; \
|
||||
blr
|
||||
|
|
|
|||
Loading…
Reference in a new issue