fix another int/long type mismatch. This one was causing pigs to
die with an fpe on alpha because fscale wasn't properly initted
This commit is contained in:
parent
635ce2d734
commit
5d775479f3
@ -66,7 +66,7 @@ static struct p_times {
|
||||
} *pt;
|
||||
|
||||
static long stime[CPUSTATES];
|
||||
static long fscale;
|
||||
static int fscale;
|
||||
static double lccpu;
|
||||
|
||||
WINDOW *
|
||||
|
Loading…
x
Reference in New Issue
Block a user