summaryrefslogtreecommitdiff
path: root/src/pdacodegen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdacodegen.cc')
-rw-r--r--src/pdacodegen.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pdacodegen.cc b/src/pdacodegen.cc
index b420ab82..056b569b 100644
--- a/src/pdacodegen.cc
+++ b/src/pdacodegen.cc
@@ -348,9 +348,10 @@ void PdaCodeGen::writeRuntimeData( RuntimeData *runtimeData, PdaTables *pdaTable
runtimeData->genericInfo[i].type << ", " <<
runtimeData->genericInfo[i].typeArg << ", " <<
runtimeData->genericInfo[i].keyOffset << ", " <<
- runtimeData->genericInfo[i].keyType << ", " <<
- runtimeData->genericInfo[i].langElId << ", " <<
- runtimeData->genericInfo[i].parserId << " },\n";
+ runtimeData->genericInfo[i].keyType << ", " <<
+ runtimeData->genericInfo[i].langElId << ", " <<
+ runtimeData->genericInfo[i].parserId << ", " <<
+ runtimeData->genericInfo[i].elOffset << " },\n";
}
out << "};\n\n";