diff options
author | Ron Yorston <rmy@pobox.com> | 2021-10-13 14:37:51 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-10-13 14:37:51 +0100 |
commit | 0ecf1aea459571b48dc68ddc2b7b9265740fa960 (patch) | |
tree | 491d6184a44b8b525a4ca35759d622aecd7f6344 /libbb/dump.c | |
parent | 4859ddcb20616718efbea12c6bf8b27c469b68de (diff) | |
parent | aaf3d5ba74c5da97ff80b61f30cb8dd225d39096 (diff) | |
download | busybox-w32-0ecf1aea459571b48dc68ddc2b7b9265740fa960.tar.gz busybox-w32-0ecf1aea459571b48dc68ddc2b7b9265740fa960.tar.bz2 busybox-w32-0ecf1aea459571b48dc68ddc2b7b9265740fa960.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/dump.c')
-rw-r--r-- | libbb/dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/dump.c b/libbb/dump.c index ffae04786..d24057325 100644 --- a/libbb/dump.c +++ b/libbb/dump.c | |||
@@ -568,7 +568,7 @@ static void conv_u(PR *pr, unsigned char *p) | |||
568 | } | 568 | } |
569 | } | 569 | } |
570 | 570 | ||
571 | static void display(priv_dumper_t* dumper) | 571 | static NOINLINE void display(priv_dumper_t* dumper) |
572 | { | 572 | { |
573 | unsigned char *bp; | 573 | unsigned char *bp; |
574 | unsigned char savech = '\0'; | 574 | unsigned char savech = '\0'; |