mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 05:35:21 +00:00
This commit fixes issue with undefined value during position calculations. Shift for positions may be >32, so we need to explicitly use unsigned long casting to prevent unexpected behavior during event handling. Thanks @jgrall for suggestion. Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
events.c | ||
hvm.c |