mirror of
https://github.com/linux-msm/debugcc.git
synced 2026-02-25 13:12:32 -08:00
5dd120810b1ce8eed227ed0d85f944466ff911f6
Unsigned long have a different size in 32 bit system and this cause the malfunction of debugcc returning wrong frequency. Use 64bit unsigned int to correctly support 32 bit system and provide correct frequency. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Kernel config depependencies:
CONFIG_IO_STRICT_DEVMEM=n
Description
Languages
C
99.4%
Meson
0.6%