--- gforth/prim 2012/03/13 19:33:31 1.267 +++ gforth/prim 2012/03/17 22:18:59 1.268 @@ -1849,7 +1849,7 @@ gforth_LP=lp; #ifdef HAS_LINKBACK ((void (*)())w)(); #else -((void (*)(void *))w)(gforth_pointers); +((void (*)(void *))w)(&gforth_pointers); #endif sp=gforth_SP; fp=gforth_FP;