forked from M-Labs/artiq
language: fix syscall arg handling
This commit is contained in:
parent
f2eafa89fb
commit
7c6eee22a8
|
@ -117,7 +117,7 @@ def syscall(arg=None, flags={}):
|
|||
def inner_decorator(function):
|
||||
function.artiq_embedded = \
|
||||
_ARTIQEmbeddedInfo(core_name=None, portable=False, function=None,
|
||||
syscall=function.__name__, forbidden=False,
|
||||
syscall=arg, forbidden=False,
|
||||
flags=set(flags))
|
||||
return function
|
||||
return inner_decorator
|
||||
|
|
Loading…
Reference in New Issue