Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3601,7 +3601,7 @@ public object VisitPipelineChain(PipelineChainAst pipelineChainAst)
var dispatchTargets = new List<LabelTarget>();
var tryBodyExprs = new List<Expression>()
{
null, // Add a slot for the inital switch/case that we'll come back to
null, // Add a slot for the initial switch/case that we'll come back to
};

// L0: dispatchIndex = 1; pipeline1
Expand Down