Skip to content

Commit

Permalink
added the neg_i operation
Browse files Browse the repository at this point in the history
All tests in t/qast/qast.t now pass.
  • Loading branch information
Carl Masak committed Apr 28, 2012
1 parent 16319cd commit 7179ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QAST/Operations.nqp
Expand Up @@ -178,3 +178,4 @@ for <if unless> -> $op_name {

# Straight mappings to Parrot opcodes.
QAST::Operations.add_core_pirop_mapping('add_i', 'add', 'Iii');
QAST::Operations.add_core_pirop_mapping('neg_i', 'neg', 'Ii');

0 comments on commit 7179ed3

Please sign in to comment.