diff --git a/Cytoplasm/src/Memory.c b/Cytoplasm/src/Memory.c index 3641957..73bc4fe 100644 --- a/Cytoplasm/src/Memory.c +++ b/Cytoplasm/src/Memory.c @@ -50,8 +50,8 @@ struct MemoryInfo void *pointer; }; -#define MEM_BOUND_TYPE UInt16 -#define MEM_BOUND 0xFFFF +#define MEM_BOUND_TYPE UInt32 +#define MEM_BOUND 0xFFFFFFFF #define MEM_BOUND_LOWER(p) *((MEM_BOUND_TYPE *) p) #define MEM_BOUND_UPPER(p, x) *(((MEM_BOUND_TYPE *) (((UInt8 *) p) + x)) + 1) diff --git a/TODO.txt b/TODO.txt index 87202ab..e22df13 100644 --- a/TODO.txt +++ b/TODO.txt @@ -12,7 +12,7 @@ Milestone: v0.3.0 ----------------- [x] Fix leaks in json -[ ] Debug ARM64 Debian +[x] Debug ARM64 Debian [ ] Cytoplasm [ ] Debug OpenSSL