hexagon: fix typo in vtcm_needs_release (#19545)
This commit is contained in:
@@ -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.
|
// otherwise we'll release it once we're done with the current Op.
|
||||||
|
|
||||||
if (ctx->vtcm_inuse) {
|
if (ctx->vtcm_inuse) {
|
||||||
ctx->vtcm_needs_release = false;
|
ctx->vtcm_needs_release = true;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user