From b21aede7582ece03374be6776ac5d71951aee9a9 Mon Sep 17 00:00:00 2001 From: Manoel Trapier Date: Thu, 21 Mar 2013 18:15:11 +0100 Subject: [PATCH] Correct a bad change. --- mach/proto/ncg/subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/proto/ncg/subr.c b/mach/proto/ncg/subr.c index ecc1cbaaf..72567e0ea 100644 --- a/mach/proto/ncg/subr.c +++ b/mach/proto/ncg/subr.c @@ -569,7 +569,7 @@ unsigned int stackupto(token_p limit, int ply, int toplevel) int areg[MAXALLREG]; c1_p cp; token_p tp; - int totalcost=0; + unsigned int totalcost=0; struct reginfo *rp,**rpp; for (tp=fakestack;tp<=limit;limit--) { -- 2.34.1