Skip to content

Commit

Permalink
Update arm_2d_transform.c
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Jan 7, 2025
1 parent 2636acf commit 160c396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Source/arm_2d_transform.c
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,8 @@ arm_fsm_rt_t arm_2dp_tile_transform(arm_2d_op_trans_t *ptOP,
}

if (this.bInvalid) {
__arm_2d_op_depose(ptThis, (arm_fsm_rt_t)ARM_2D_ERR_INVALID_STATUS);
__arm_2d_op_depose( (arm_2d_op_core_t *)ptThis,
(arm_fsm_rt_t)ARM_2D_ERR_INVALID_STATUS);
return (arm_fsm_rt_t)ARM_2D_ERR_INVALID_STATUS;
}

Expand Down

0 comments on commit 160c396

Please sign in to comment.