Commit 12230825 authored by Claes Sjofors's avatar Claes Sjofors

Plc code generation bugfix, CurrentData and CurrentIndex wasn't allowed in NMpsCell60 and 120

parent 7a1eb52e
......@@ -12724,6 +12724,11 @@ int gcg_comp_m44( gcg_ctx gcgctx, vldh_t_node node)
}
if ( !((cid == vldh_eclass( ldhses, "NMpsCell")) ||
(cid == vldh_eclass( ldhses, "NMpsCell60")) ||
(cid == vldh_eclass( ldhses, "NMpsCell120")) ||
(cid == vldh_eclass( ldhses, "NMpsStoreCell")) ||
(cid == vldh_eclass( ldhses, "NMpsStoreCell60")) ||
(cid == vldh_eclass( ldhses, "NMpsStoreCell120")) ||
(cid == vldh_eclass( ldhses, "CLoop")) ||
(cid == vldh_eclass( ldhses, "NMpsMirrorCell")) ||
(cid == vldh_eclass( ldhses, "NMpsStoreCell"))))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment