mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
Kernel: Unbreak symbolication yet another time.
This commit is contained in:
@@ -38,7 +38,7 @@ volatile size_t kmalloc_sum_eternal = 0;
|
||||
static byte* s_next_eternal_ptr;
|
||||
static byte* s_end_of_eternal_range;
|
||||
|
||||
bool is_kmalloc_address(void* ptr)
|
||||
bool is_kmalloc_address(const void* ptr)
|
||||
{
|
||||
if (ptr >= (byte*)ETERNAL_BASE_PHYSICAL && ptr < s_next_eternal_ptr)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user