From 9153ca538b4c2b959eb45189fbe5111f69d4d697 Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Mon, 15 Jun 2020 10:06:55 +0800 Subject: [PATCH] arch/renesas: fix nxstyle warning Signed-off-by: chao.an --- arch/renesas/src/common/up_stackframe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/renesas/src/common/up_stackframe.c b/arch/renesas/src/common/up_stackframe.c index 32776096f9f4e..49431e18d9f3c 100644 --- a/arch/renesas/src/common/up_stackframe.c +++ b/arch/renesas/src/common/up_stackframe.c @@ -51,6 +51,7 @@ /**************************************************************************** * Pre-processor Macros ****************************************************************************/ + /* The SH stack must be aligned at word (4 byte) boundaries. If necessary * frame_size must be rounded up to the next boundary */