diff options
Diffstat (limited to 'colm/fsmcodegen.h')
-rw-r--r-- | colm/fsmcodegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/fsmcodegen.h b/colm/fsmcodegen.h index 3bf28787..7c88dc84 100644 --- a/colm/fsmcodegen.h +++ b/colm/fsmcodegen.h @@ -188,7 +188,7 @@ public: void writeInit(); void writeExec(); void writeCode(); - void writeMain(); + void writeMain( long activeRealm ); protected: bool useAgainLabel(); |