diff --git a/Userland/Utilities/pmap.cpp b/Userland/Utilities/pmap.cpp index 862103560f..2673f0fa0d 100644 --- a/Userland/Utilities/pmap.cpp +++ b/Userland/Utilities/pmap.cpp @@ -60,7 +60,7 @@ int main(int argc, char** argv) for (auto& value : sorted_regions) { auto& map = value.as_object(); - auto address = map.get("address").to_int(); + auto address = map.get("address").to_uint(); auto size = map.get("size").to_string(); auto access = String::formatted("{}{}{}{}{}",