gh-138050: Use cold flag instead of warm flag in MAKE_WARM (GH-143827)

This commit is contained in:
Hai Zhu 2026-01-14 18:27:33 +08:00 committed by GitHub
parent 7e8a1b5061
commit 94dbce1397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 14 deletions

View file

@ -5474,7 +5474,7 @@ dummy_func(
}
tier2 op(_MAKE_WARM, (--)) {
current_executor->vm_data.warm = true;
current_executor->vm_data.cold = false;
}
tier2 op(_FATAL_ERROR, (--)) {