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 19b7f3f1..08897ea9 100644 --- a/src/c-writer.cc +++ b/src/c-writer.cc @@ -1701,6 +1701,7 @@ void CWriter::Write(const ExprList& exprs) { case ExprType::ReturnCallIndirect: case ExprType::Throw: case ExprType::Try: + case ExprType::CallRef: UNIMPLEMENTED("..."); break; } |