summaryrefslogtreecommitdiff
path: root/src/pdabuild.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-11 12:54:56 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-11 12:54:56 -0500
commit06946c9d62b62ce612d4cdf4eb9c65570cb81445 (patch)
tree46cc1415a01b317a3c5a46d80349c459f221754b /src/pdabuild.cc
parenta5ad06e3fbbda39cbd894906e93a775c511f1f05 (diff)
downloadcolm-06946c9d62b62ce612d4cdf4eb9c65570cb81445.tar.gz
set the argv_el id when creating the structs
Diffstat (limited to 'src/pdabuild.cc')
-rw-r--r--src/pdabuild.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdabuild.cc b/src/pdabuild.cc
index 86691712..d030717c 100644
--- a/src/pdabuild.cc
+++ b/src/pdabuild.cc
@@ -1642,6 +1642,7 @@ void Compiler::makeRuntimeData()
runtimeData->eofId = 0; //eofLangEl->id;
runtimeData->noTokenId = noTokenLangEl->id;
runtimeData->globalId = globalSel->id;
+ runtimeData->argvElId = argvElSel->id;
runtimeData->fsmExecute = &internalFsmExecute;
runtimeData->sendNamedLangEl = &internalSendNamedLangEl;