aboutsummaryrefslogtreecommitdiff
path: root/src/host/buildvm_fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/buildvm_fold.c')
-rw-r--r--src/host/buildvm_fold.c2
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. */
11static int lineno; 11static int lineno;
12static int funcidx; 12static uint32_t funcidx;
13static uint32_t foldkeys[BUILD_MAX_FOLD]; 13static uint32_t foldkeys[BUILD_MAX_FOLD];
14static uint32_t nkeys; 14static uint32_t nkeys;
15 15