assembly: fix AsmElement link behavior
This commit is contained in:
parent
b686415516
commit
8f3fdf13fd
|
@ -299,6 +299,9 @@ class AsmElement(AsmBase):
|
||||||
self.parent = getProxy(parent,AsmElementGroup)
|
self.parent = getProxy(parent,AsmElementGroup)
|
||||||
super(AsmElement,self).__init__()
|
super(AsmElement,self).__init__()
|
||||||
|
|
||||||
|
def getLinkedObject(self,*_args):
|
||||||
|
pass
|
||||||
|
|
||||||
def linkSetup(self,obj):
|
def linkSetup(self,obj):
|
||||||
super(AsmElement,self).linkSetup(obj)
|
super(AsmElement,self).linkSetup(obj)
|
||||||
if not hasattr(obj,'Offset'):
|
if not hasattr(obj,'Offset'):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user