commit | 3dc93e5139b262ff099c450d82433180b802a484 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Oct 21 11:10:56 2024 +0000 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Dec 20 11:01:28 2024 +0000 |
tree | 599533d63c9f96138b51eb1beb303770cc977595 | |
parent | 9b89de5fc4aa22e0cdc8e9f216135041549bbdff [diff] |
fix(versal-net): typecast operands to match data type This corrects the MISRA violation C2012-10.1: Operands shall not be of an inappropriate essential type. The condition is explicitly checked against 0U, appending 'U' and typecasting for unsigned comparison. Change-Id: If0a6ffa84c4d1ce5ae08337a4eb20c9a221d7795 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>