mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix kernel HEAP_GUARD_DEBUG support.
This commit is contained in:
parent
4c98e3f960
commit
66e5ddcfab
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ int heap_get_paranoia(void);
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HEAP_GUARD_DEBUG) && !defined(__is_sortix_libk)
|
||||
#if defined(HEAP_GUARD_DEBUG)
|
||||
struct heap_alloc
|
||||
{
|
||||
uintptr_t from;
|
||||
|
|
Loading…
Reference in a new issue