docs: Correct sig for eolian lua calls

This commit is contained in:
Andy Williams 2017-12-20 14:31:56 +00:00
parent 75bb46a412
commit 2a0e077416
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ M.Type = Node:clone {
end,
c_type_get = function(self)
return self.type:c_type_get(eolian.c_type_type.DEFAULT)
return self.type:c_type_get(eos:unit_get(), eolian.c_type_type.DEFAULT)
end,
name_get = function(self)