aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
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)) {