hexagon: fix typo in vtcm_needs_release (#19545)

This commit is contained in:
Shupei Fan 2026-02-13 07:07:49 +08:00 committed by GitHub
parent 79cc0f2daf
commit 3bb78133ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ static int vtcm_release_callback(unsigned int rctx, void * state) {
// otherwise we'll release it once we're done with the current Op.
if (ctx->vtcm_inuse) {
ctx->vtcm_needs_release = false;
ctx->vtcm_needs_release = true;
return 0;
}