commit | 50ab13577fd533ab99c874772e6630929506229c | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Tue Apr 23 12:17:22 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Dec 20 11:00:35 2024 +0000 |
tree | 42c193dc0608dabdb5bb651b19f16459f360a7b9 | |
parent | 3951baa6a68242c79fc9513f6684d5627476a0b5 [diff] |
fix(xilinx): typecast expression to match data type This corrects the MISRA violation C2012-10.6: The value of a composite expression shall not be assigned to an object with wider essential type. Explicitly type casted to match the data type of composite expression. Change-Id: I0fd845496b4d6ac702027eb2075a23b15849f7d6 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>