SGC fix (field removed from econt)

svn: r2280
This commit is contained in:
Matthew Flatt 2006-02-18 15:08:52 +00:00
parent bd813113a2
commit db0386c7cb

View File

@ -1753,9 +1753,6 @@ long scheme_count_memory(Scheme_Object *root, Scheme_Hash_Table *ht)
Scheme_Saved_Stack *rs;
s = sizeof(Scheme_Cont);
#if FORCE_KNOWN_SUBPARTS
e = COUNT(c->home);
#endif
for (rs = c->runstack_copied; rs; rs = rs->prev) {
s += sizeof(Scheme_Saved_Stack);