zephyr/include
Yong Cong Sin 3ed8c4d64b kernel: mmu: fix compilation warnings when memory address and size are 0
When both the memory base address & its size are zero, the
assertions test will be comparing an unsigned int against zero
which result in compilation warning, and will be raised to
error in Twister

Fix them with more conditional compilations.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2023-11-02 09:45:41 +01:00
..
zephyr kernel: mmu: fix compilation warnings when memory address and size are 0 2023-11-02 09:45:41 +01:00