forked from M-Labs/artiq
devices/runtime: minor cleanup
This commit is contained in:
parent
66af70bfe0
commit
ef1f8787dc
|
@ -76,4 +76,5 @@ class Environment(LinkInterface):
|
|||
|
||||
def emit_object(self):
|
||||
tm = lt.TargetMachine.new(triple="or1k", cpu="generic")
|
||||
return tm.emit_object(self.module)
|
||||
obj = tm.emit_object(self.module)
|
||||
return obj
|
||||
|
|
Loading…
Reference in New Issue