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
5 changed files with 14 additions and 14 deletions
+1 -1
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, (--)) {