Fix GC head for debug builds for gufunc fake arrays
This commit is contained in:
parent
10b3f188cc
commit
bc03c9a8b7
1 changed files with 2 additions and 0 deletions
|
|
@ -1335,6 +1335,8 @@ class CStruct(CValue):
|
|||
raise AttributeError("Field name shadows another attribute")
|
||||
setattr(self, fd, CVar(self.parent, gep))
|
||||
|
||||
self.type = self.llvm_type()
|
||||
|
||||
def reference(self):
|
||||
return self._temp(self.handle)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue