Skip to content

Commit 1700236

Browse files
committed
Fix die_s signature.
1 parent b4a78bf commit 1700236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QAST/Operations.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ QAST::Operations.add_core_op('newexception', -> $qastcomp, $op {
969969
$ops.result($reg);
970970
$ops
971971
});
972-
QAST::Operations.add_core_pirop_mapping('die_s', 'die', 'vs');
972+
QAST::Operations.add_core_pirop_mapping('die_s', 'die', '0s');
973973

974974
# NQP box/unbox.
975975
for <i n s> {

0 commit comments

Comments
 (0)