Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demand_paging: Fix static assert in k_mem_paging_backing_store_page_o…
…ut() With assert condition set to true, assertion never happens. Change __ASSERT(true) to __ASSERT(false). Signed-off-by: Dmitry Lukyantsev <dmitrylu@meta.com>
- Loading branch information