Browse Source

Correct a bad change.

Manoel Trapier 11 years ago
parent
commit
b21aede758
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mach/proto/ncg/subr.c

+ 1 - 1
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--) {