aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/parse.c
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-16 14:32:32 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-16 14:32:32 +0200
commit599690760476bf7c9c2be226c40cc70c813aa60d (patch)
tree2c7582e38c83ba00444813e2f9f84adcd30212b3 /scripts/parse_kconfig/parse.c
parentf189512d1a531578a87a0743d8bc6422613a1e99 (diff)
downloadlinux-conf-perf-599690760476bf7c9c2be226c40cc70c813aa60d.tar.gz
linux-conf-perf-599690760476bf7c9c2be226c40cc70c813aa60d.tar.bz2
linux-conf-perf-599690760476bf7c9c2be226c40cc70c813aa60d.zip
Implement evaluate
Diffstat (limited to 'scripts/parse_kconfig/parse.c')
-rw-r--r--scripts/parse_kconfig/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse_kconfig/parse.c b/scripts/parse_kconfig/parse.c
index d7c2353..b8aded2 100644
--- a/scripts/parse_kconfig/parse.c
+++ b/scripts/parse_kconfig/parse.c
@@ -66,7 +66,7 @@ int main(int argc, char **argv) {
cpy_dep();
output_write_variable_count(variable_count_file,
- gsymlist->lastsym - 1);
+ gsymlist->lastsym - 1, gsymlist->pos);
output_finish();
return 0;