From d3c008d108aa2187d1a2afe2833b4de25ca2c2ab Mon Sep 17 00:00:00 2001 From: Christophe Fontaine Date: Mon, 2 Oct 2017 18:10:54 +0200 Subject: [aarch64] Fixes CLI crashes on dpaa2 platform. - always use 'va_args' as pointer in all format_* functions - u32 for all 'indent' params as it's declaration was inconsistent Change-Id: Ic5799309a6b104c9b50fec309cba789c8da99e79 Signed-off-by: Christophe Fontaine --- src/vlib/node_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vlib/node_cli.c') diff --git a/src/vlib/node_cli.c b/src/vlib/node_cli.c index 62ab2e64bc4..619170e3027 100644 --- a/src/vlib/node_cli.c +++ b/src/vlib/node_cli.c @@ -102,7 +102,7 @@ format_vlib_node_stats (u8 * s, va_list * va) f64 x; f64 maxc, maxcn; u32 maxn; - uword indent; + u32 indent; if (!n) { -- cgit 1.2.3-korg