Skip to content

Commit

Permalink
Pass MAST::ExtOp type to assembler.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 19, 2013
1 parent 1debcdc commit 8b420c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/moar/QAST/QASTCompilerMAST.nqp
Expand Up @@ -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,
Expand Down

0 comments on commit 8b420c8

Please sign in to comment.