File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,12 @@ class HLL::Compiler::SerializationContextBuilder {
300
300
),
301
301
PAST::Stmts. new (
302
302
PAST::Op. new ( : pirop(' nqp_dynop_setup v' ) ),
303
+ PAST::Op. new (
304
+ : pasttype(' callmethod' ), : name(' hll_map' ),
305
+ PAST::Op. new ( : pirop(' getinterp P' ) ),
306
+ PAST::Op. new ( : pirop(' get_class Ps' ), ' LexPad' ),
307
+ PAST::Op. new ( : pirop(' get_class Ps' ), ' NQPLexPad' )
308
+ ),
303
309
PAST::Op. new ( : pirop(' load_bytecode vs' ), ' nqpmo.pbc' ),
304
310
PAST::Op. new (
305
311
: pasttype(' bind' ),
Original file line number Diff line number Diff line change @@ -63,12 +63,6 @@ class NQP::Actions is HLL::Actions {
63
63
64
64
# Need to load the NQP dynops/dympmcs.
65
65
$ unit . loadlibs(' nqp_group' , ' nqp_ops' );
66
- $ unit . unshift (PAST::Op. new (
67
- : pasttype(' callmethod' ), : name(' hll_map' ),
68
- PAST::Op. new ( : pirop(' getinterp P' ) ),
69
- PAST::Op. new ( : pirop(' get_class Ps' ), ' LexPad' ),
70
- PAST::Op. new ( : pirop(' get_class Ps' ), ' NQPLexPad' )
71
- ));
72
66
73
67
# If we have a MAIN sub, call it at end of mainline.
74
68
if $ * MAIN_SUB {
You can’t perform that action at this time.
0 commit comments