From 03c36e0be1fa64dd248741dc21af2db28e70c186 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 10 Jan 2018 15:18:35 +0100 Subject: ash: ALWAYS_INLINE grabstackblock() function old new delta grabstackblock 5 - -5 Signed-off-by: Denys Vlasenko --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ash.c') diff --git a/shell/ash.c b/shell/ash.c index a7f330c11..8c0f3bd8d 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -1532,7 +1532,7 @@ sstrdup(const char *p) return memcpy(stalloc(len), p, len); } -static inline void +static ALWAYS_INLINE void grabstackblock(size_t len) { stalloc(len); -- cgit v1.2.3