diff options
Diffstat (limited to '')
-rw-r--r-- | gc/gcj_mlc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gc/gcj_mlc.c b/gc/gcj_mlc.c index 89f0d72..a10a66f 100644 --- a/gc/gcj_mlc.c +++ b/gc/gcj_mlc.c @@ -157,6 +157,7 @@ DCL_LOCK_STATE; GC_words_allocd += lw; } *(void **)op = ptr_to_struct_containing_descr; + GC_ASSERT(((void **)op)[1] == 0); UNLOCK(); } else { LOCK(); |