Fix missing module qualifier bug.
This commit is contained in:
parent
6398047e64
commit
14d9215ac4
|
@ -360,7 +360,7 @@ def ty2base_ty(ty, tdecs, seen=[]):
|
||||||
return ty2base_ty(tdecs[other_name].body, tdecs, [other_name] + seen)
|
return ty2base_ty(tdecs[other_name].body, tdecs, [other_name] + seen)
|
||||||
else:
|
else:
|
||||||
err('Could not find type {} in gloval type environment:\n{}'
|
err('Could not find type {} in gloval type environment:\n{}'
|
||||||
.format(ty2s(ty), tdecs.keys()))
|
.format(ll.ty2s(ty), tdecs.keys()))
|
||||||
return ll.SimpleType.Void
|
return ll.SimpleType.Void
|
||||||
else:
|
else:
|
||||||
# TODO
|
# TODO
|
||||||
|
|
Loading…
Reference in New Issue
Block a user