commit | b68740b19674b25bd5e64c0ae629aed7efa81a61 | [log] [tgz] |
---|---|---|
author | Jianliang Shen <jianliang.shen@arm.com> | Wed Jul 26 11:28:09 2023 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Wed Jul 26 10:56:44 2023 +0200 |
tree | 749d7bb4e21ea661646a7066fc20cb81e232e3e1 | |
parent | 3c7021d7ac915d5072e8b27cb9b0899df91ce244 [diff] |
Interface: Fix argument 'type' extracting issue The 32-bit argument 'type' contains an 'int16_t' number. When extracting this number into an 'int32_t' container, a pre-typecast to 'int16_t' is necessary to claim the 16 bits is representing a SIGNED value. Signed-off-by: Jianliang Shen <jianliang.shen@arm.com> Change-Id: I7c6fdd3bdbfca927027038be073e03cadb4d3cc9