[MOD] Use a different constant

This commit is contained in:
LDA 2024-06-19 17:51:13 +02:00
parent 8b2bdbe220
commit bec672c92c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ struct MemoryInfo
#define MEM_BOUND_TYPE uint32_t
#define MEM_BOUND 0xDEADBEEF
#define MEM_MAGIC 0x4E69746F72697961
#define MEM_MAGIC 0xDEADBEEFDEADBEEF
#define MEM_BOUND_LOWER(p) *((MEM_BOUND_TYPE *) p)
#define MEM_BOUND_UPPER(p, x) *(((MEM_BOUND_TYPE *) (((uint8_t *) p) + x)) + 1)