10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2025-01-09 12:43:57 +01:00

Fix toucher 2.

This commit is contained in:
Thomas Applencourt 2017-01-31 14:25:06 -06:00
parent 24e968de70
commit 3084774791

View File

@ -402,7 +402,7 @@ class Entity(object):
return []
from util import mangled
parents = mangled(self.parents)
parents = mangled(self.parents,self.d_entity)
name = self.name
result = ["subroutine touch_%s" % (name)]