Skip to content
Snippets Groups Projects
Commit e490979e authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

add prototype for start and end system

parent 646b5292
No related branches found
No related tags found
No related merge requests found
...@@ -109,8 +109,8 @@ object PrototypesNormalizer extends ExternalNormalizerGenerator( ...@@ -109,8 +109,8 @@ object PrototypesNormalizer extends ExternalNormalizerGenerator(
val nSys = sysTable.lengthL val nSys = sysTable.lengthL
if (nSys > 0) if (nSys > 0)
// outputSysSection(sysTable(0)) outputSysSection(sysTable(0))
//if (nSys > 1) if (nSys > 1)
outputSysSection(sysTable(nSys - 1)) outputSysSection(sysTable(nSys - 1))
writeOut("]") writeOut("]")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment