Skip to content

Commit

Permalink
Fix copy-pasto
Browse files Browse the repository at this point in the history
Spotted by dogbert++.
  • Loading branch information
jnthn committed Aug 25, 2021
1 parent f0f5eb9 commit 91e5ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disp/program.c
Expand Up @@ -2358,7 +2358,7 @@ static void process_recording(MVMThreadContext *tc, MVMCallStackDispatchRecord *
MVMDispProgramOp op;
op.code = MVMDispOpcodeBindCompletionToResumption;
op.bind_control_resumption.failure_flag = record->rec.bind_failure_resumption_flag;
op.bind_control_resumption.failure_flag = record->rec.bind_success_resumption_flag;
op.bind_control_resumption.success_flag = record->rec.bind_success_resumption_flag;
MVM_VECTOR_PUSH(cs.ops, op);
}
else {
Expand Down

0 comments on commit 91e5ca5

Please sign in to comment.