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
1 changed files with 1 additions and 1 deletions

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;