summaryrefslogtreecommitdiffstats
path: root/src/temp/ivy/ivyMem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/temp/ivy/ivyMem.c')
-rw-r--r--src/temp/ivy/ivyMem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/temp/ivy/ivyMem.c b/src/temp/ivy/ivyMem.c
index 6ca33541..09c73c49 100644
--- a/src/temp/ivy/ivyMem.c
+++ b/src/temp/ivy/ivyMem.c
@@ -89,7 +89,7 @@ void Ivy_ManAddMemory( Ivy_Man_t * p )
int i, nBytes;
assert( sizeof(Ivy_Obj_t) <= 64 );
assert( p->pListFree == NULL );
- assert( (Ivy_ManObjNum(p) & IVY_PAGE_MASK) == 0 );
+// assert( (Ivy_ManObjNum(p) & IVY_PAGE_MASK) == 0 );
// allocate new memory page
nBytes = sizeof(Ivy_Obj_t) * (1<<IVY_PAGE_SIZE) + 64;
pMemory = ALLOC( char, nBytes );