diff --git a/grammars/silver/definition/core/AspectDcl.sv b/grammars/silver/definition/core/AspectDcl.sv index 975869075..b3d7f51ab 100644 --- a/grammars/silver/definition/core/AspectDcl.sv +++ b/grammars/silver/definition/core/AspectDcl.sv @@ -152,6 +152,7 @@ abstract production aspectProductionLHSFull top::AspectProductionLHS ::= id::Name t::TypeExp { top.pp = id.pp ++ "::" ++ t.unparse; + top.location = id.location; production attribute fName :: String; fName = if null(top.realSignature) then id.name else head(top.realSignature).elementName;