aboutsummaryrefslogtreecommitdiff
path: root/libbb/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/dump.c')
-rw-r--r--libbb/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/dump.c b/libbb/dump.c
index 2e777c358..bef485eff 100644
--- a/libbb/dump.c
+++ b/libbb/dump.c
@@ -96,7 +96,7 @@ static NOINLINE int bb_dump_size(FS *fs)
96 return cur_size; 96 return cur_size;
97} 97}
98 98
99static void rewrite(priv_dumper_t *dumper, FS *fs) 99static NOINLINE void rewrite(priv_dumper_t *dumper, FS *fs)
100{ 100{
101 enum { NOTOKAY, USEBCNT, USEPREC } sokay; 101 enum { NOTOKAY, USEBCNT, USEPREC } sokay;
102 PR *pr, **nextpr = NULL; 102 PR *pr, **nextpr = NULL;