summaryrefslogtreecommitdiff
path: root/src/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.h')
-rw-r--r--src/compiler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler.h b/src/compiler.h
index a2fb554f..611fac6c 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -820,7 +820,7 @@ struct Compiler
void compileByteCode();
void resolveUses();
- void generateOutput( long activeRealm );
+ void generateOutput( long activeRealm, bool includeCommit );
void compile();
void openNameSpace( ostream &out, Namespace *nspace );
@@ -1011,6 +1011,7 @@ struct Compiler
void writeHostCall();
void writeCommit();
+ void writeCommitStub();
};
void afterOpMinimize( FsmGraph *fsm, bool lastInSeq = true );