--- gforth/engine/main.c 2010/12/31 18:09:02 1.236 +++ gforth/engine/main.c 2011/11/11 22:22:05 1.237 @@ -714,7 +714,7 @@ int gforth_go(void *image, int stack, Ce #endif /* ensure that the cached elements (if any) are accessible */ -#if !(defined(GFORTH_DEBUGGING) || defined(INDIRECT_THREADED) || defined(DOUBLY_INDIRECT) || defined(VM_PROFILING)) +#if !(defined(INDIRECT_THREADED) || defined(DOUBLY_INDIRECT) || defined(VM_PROFILING)) sp0 -= 8; /* make stuff below bottom accessible for stack caching */ fp0--; #endif