diff options
Diffstat (limited to 'src/c-writer.cc')
-rw-r--r-- | src/c-writer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c-writer.cc b/src/c-writer.cc index 6584d6af..ac39dd3d 100644 --- a/src/c-writer.cc +++ b/src/c-writer.cc @@ -1592,6 +1592,7 @@ void CWriter::Write(const ExprList& exprs) { case ExprType::TableSet: case ExprType::TableGrow: case ExprType::TableSize: + case ExprType::RefFunc: case ExprType::RefNull: case ExprType::RefIsNull: UNIMPLEMENTED("..."); |