Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Apr 15, 2024
1 parent b10ebd8 commit d35270c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/jit/codegenlinear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -718,10 +718,10 @@ void CodeGen::genCodeForBBlist()
{
assert(GetEmitter()->emitIsLastInsBreakpoint() || call->AsCall()->IsFastTailCall());
}
}
}
#endif // DEBUG

break;
break;

case BBJ_CALLFINALLY:
block = genCallFinally(block);
Expand Down

0 comments on commit d35270c

Please sign in to comment.