more fixes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1468 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2005-11-23 12:09:50 +00:00
parent 10ae3840c9
commit a1c99a72a1
3 changed files with 8 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
* Last rev: *
* mods: *
* comments: allocating space *
* version:$Id: alloc.c,v 1.76 2005-11-23 03:01:33 vsc Exp $ *
* version:$Id: alloc.c,v 1.77 2005-11-23 12:09:50 vsc Exp $ *
*************************************************************************/
#ifdef SCCS
static char SccsId[] = "%W% %G%";
@@ -81,7 +81,6 @@ minfo(char mtype)
static inline char *
call_malloc(unsigned int size)
{
char *tmp;
#if INSTRUMENT_MALLOC
if (mallocs % 1024*4 == 0)
minfo('A');

View File

@@ -415,7 +415,6 @@ save_regs(int mode)
#endif /* SBA || TABLING */
}
putout(CurrentModule);
putcellptr(AuxSp);
if (mode == DO_EVERYTHING) {
#ifdef COROUTINING
putout(WokenGoals);