commit | 39c8451422e0bb679078815e7892cfe45d9f9334 | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Wed Jun 26 11:01:50 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jun 26 09:06:38 2019 -0400 |
tree | dac867ed2f64f8a086d699bf68269885af2d7647 | |
parent | 46ea1df2ec54d229686526bb5cc528a4d4d21994 [diff] |
kernel: mem_domain: fix warning in ASSERT expression While fixing the ASSERT expressions in mem_domain.c to use %lx instead of %x for uintptr_t variables, commit f32330b22c333012cf5f771b0eae9ef378e446d4 has overlooked one ASSERT expression specific to ARMv8-M. This causes printk compilation warnings for ARMv8-M builds, so we provide a fix here. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>