Diff for /gforth/engine/main.c between versions 1.237 and 1.238

version 1.237, 2011/11/11 22:22:05 version 1.238, 2011/11/16 20:36:13
Line 714  int gforth_go(void *image, int stack, Ce Line 714  int gforth_go(void *image, int stack, Ce
 #endif  #endif
   
   /* ensure that the cached elements (if any) are accessible */    /* ensure that the cached elements (if any) are accessible */
 #if !(defined(INDIRECT_THREADED) || defined(DOUBLY_INDIRECT) || defined(VM_PROFILING))  #if !(defined(GFORTH_DEBUGGING) || defined(INDIRECT_THREADED) || defined(DOUBLY_INDIRECT) || defined(VM_PROFILING))
   sp0 -= 8; /* make stuff below bottom accessible for stack caching */    sp0 -= 8; /* make stuff below bottom accessible for stack caching */
   fp0--;    fp0--;
 #endif  #endif

Removed from v.1.237  
changed lines
  Added in v.1.238


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>