--- gforth/prim 2004/03/29 13:54:14 1.152 +++ gforth/prim 2004/04/10 10:09:52 1.153 @@ -324,7 +324,10 @@ INST_TAIL; JUMP(a_target); #else SET_IP((Xt *)a_target); +INST_TAIL; +NEXT_P2; #endif +SUPER_CONTINUE; /* we do our own control flow, so don't append NEXT etc. */ : r> @ >r ;