diff --git a/src/vm/moar/QAST/QASTCompilerMAST.nqp b/src/vm/moar/QAST/QASTCompilerMAST.nqp index 8f813cd4ca..9bcd5d4082 100644 --- a/src/vm/moar/QAST/QASTCompilerMAST.nqp +++ b/src/vm/moar/QAST/QASTCompilerMAST.nqp @@ -1337,6 +1337,7 @@ class MASTBytecodeAssembler { 'CompUnit', MAST::CompUnit, 'Frame', MAST::Frame, 'Op', MAST::Op, + 'ExtOp', MAST::ExtOp, 'SVal', MAST::SVal, 'IVal', MAST::IVal, 'NVal', MAST::NVal,