forked from M-Labs/artiq
language: fix syscall arg handling
This commit is contained in:
parent
57caa7b149
commit
156afb48ee
|
@ -118,7 +118,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