diff options
Diffstat (limited to '')
-rw-r--r-- | src/host/buildvm_fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/buildvm_fold.c b/src/host/buildvm_fold.c index eec1af1c..e87a0af3 100644 --- a/src/host/buildvm_fold.c +++ b/src/host/buildvm_fold.c | |||
@@ -9,7 +9,7 @@ | |||
9 | 9 | ||
10 | /* Context for the folding hash table generator. */ | 10 | /* Context for the folding hash table generator. */ |
11 | static int lineno; | 11 | static int lineno; |
12 | static int funcidx; | 12 | static uint32_t funcidx; |
13 | static uint32_t foldkeys[BUILD_MAX_FOLD]; | 13 | static uint32_t foldkeys[BUILD_MAX_FOLD]; |
14 | static uint32_t nkeys; | 14 | static uint32_t nkeys; |
15 | 15 | ||