GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)

This commit is contained in:
Mark Shannon 2024-04-29 07:54:05 +01:00 committed by GitHub
parent aa8f6d2708
commit ab6eda0ee5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 189 additions and 103 deletions

View file

@ -2145,3 +2145,11 @@
break;
}
case _TIER2_RESUME_CHECK: {
break;
}
case _EVAL_BREAKER_EXIT: {
break;
}