summaryrefslogtreecommitdiff
path: root/src/synthesis.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-15 17:22:41 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-15 17:22:41 -0400
commitc6868422f732147146fd4cf58252187df1afb438 (patch)
treee7872027e31dc303c3d9d4cabe2ca7dd51ab57c1 /src/synthesis.cc
parent945e87df38c52c1ff2dd32f256050388080d7669 (diff)
downloadcolm-c6868422f732147146fd4cf58252187df1afb438.tar.gz
merged PCR_CALL into PARSE_FRAG instructions
Diffstat (limited to 'src/synthesis.cc')
-rw-r--r--src/synthesis.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synthesis.cc b/src/synthesis.cc
index eabb1abf..c351c50f 100644
--- a/src/synthesis.cc
+++ b/src/synthesis.cc
@@ -1422,7 +1422,6 @@ void LangTerm::parseFrag( Compiler *pd, CodeVect &code, int stopId )
{
code.append( IN_PARSE_LOAD );
code.append( IN_PARSE_FRAG_W );
- code.append( IN_PCR_CALL );
code.append( IN_PARSE_FRAG_EXIT_W );
}