diff --git a/mach/proto/ncg/subr.c b/mach/proto/ncg/subr.c index addea1ff3..b69711103 100644 --- a/mach/proto/ncg/subr.c +++ b/mach/proto/ncg/subr.c @@ -332,7 +332,7 @@ distance(cindex) { return(0); return(10-exact); } - return(20-exact+fromstackneeded); + return(20-2*exact+fromstackneeded); } unsigned costcalc(cost) cost_t cost; {