Skip to content

Commit ba097e3

Browse files
committed
Can use a native int for this flag.
1 parent 5f67fae commit ba097e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/moar/QAST/QASTCompilerMAST.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ my class MASTCompilerInstance {
10231023
my $WANT := $*WANT;
10241024
my $all_void := nqp::defined($WANT) && $WANT == $MVM_reg_void;
10251025
for @stmts {
1026-
my $use_result := 0;
1026+
my int $use_result := 0;
10271027
# Compile this child to MAST, and add its instructions to the end
10281028
# of our instruction list. Also track the last statement.
10291029
# if this is the statement we've been asked to make the result

0 commit comments

Comments
 (0)