1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2017-05-13 19:00:27 +02:00
parent 4c98e3f960
commit 66e5ddcfab

View file

@ -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;