From c35278e217fb45e1001845c33ffd1c947599b40c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 11 May 2017 11:56:11 -0400 Subject: build: Avoid using noinline in common code It's not necessary to use noinline for parsef() and stop_steppers(). Signed-off-by: Kevin O'Connor --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 6ddd7eb7..915bbd42 100644 --- a/src/command.c +++ b/src/command.c @@ -67,7 +67,7 @@ parse_int(char **pp) } // Parse an incoming command into 'args' -static noinline char * +static char * parsef(char *p, char *maxend, const struct command_parser *cp, uint32_t *args) { if (sched_is_shutdown() && !(READP(cp->flags) & HF_IN_SHUTDOWN)) { -- cgit v1.2.3-70-g09d2