commit | a81d1ecbfc0f5a808347fc8f14c052ae1c109b95 | [log] [tgz] |
---|---|---|
author | Arve Hjønnevåg <arve@android.com> | Fri Jun 25 16:51:01 2021 -0700 |
committer | Arve Hjønnevåg <arve@android.com> | Wed Jul 07 16:53:56 2021 -0700 |
tree | 10deded294a94d0231ddb430c84a2e199b7c52fa | |
parent | 9aaf98becaf2de08f63ec7621272765c42ac2c8d [diff] |
trusty: Fix implicit int conversions and add some missing truncations Use explicit casts to truncate 64 bit registers to 32 bit arguments for ffa functions that are defined to take 32 bit arguments. Some of these where already truncated implicitly when calling the function that implements the specific ffa call, but some were incorrectly using the full 64 bit register value. Bug: 185886035 Change-Id: I308304fea41fd217dfcb666694a7aba18364382d