Home
last modified time | relevance | path

Searched hist:"769 d857b9cbf2cbfef1c4d3f64a2b8658ee73d9e" (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Datomic.h769d857b9cbf2cbfef1c4d3f64a2b8658ee73d9e Thu Jun 04 06:10:11 UTC 2020 Jens Wiklander <jens.wiklander@linaro.org> libutils: atomic.h: fix atomic_load_u32() types

Prior to this patch was atomic_load_u32() using wrong types, unsigned int
instead of the expected uint32_t. Fix this by changing the types.

Reviewed-by: Jerome Forissier <jerome@forissier.org>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>