Skip to content

Commit

Permalink
Add add_native_assign_op to keywords
Browse files Browse the repository at this point in the history
This results in the following three opcodes being found for
MoarVM, too:

* assign_i
* assign_n
* assign_s
  • Loading branch information
usev6 committed Nov 14, 2020
1 parent b544d9f commit 4a84c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/docs/opcodes.t
Expand Up @@ -42,7 +42,7 @@ my %ops = hash_of_vms();
"src/vm/moar/QAST/QASTCompilerMAST.nqp",
"src/vm/moar/NQP/Ops.nqp"
]),
:keywords(<add_core_op add_core_moarop_mapping add_hll_op add_getattr_op add_bindattr_op>)
:keywords(<add_core_op add_core_moarop_mapping add_hll_op add_getattr_op add_bindattr_op add_native_assign_op>)
);

# Most backends programmatically add these ops - to keep our cheating simple,
Expand Down

0 comments on commit 4a84c63

Please sign in to comment.