aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2017-09-14 17:58:28 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2017-09-14 17:58:28 -0400
commita430c7b5cacae4219a185decb863f6fb9e5cbcb9 (patch)
tree8a1302ddb89504f856ff89ec2d17deaac1172cb6 /include
parente9d67470da50e5428ab4d359f2beedf54a28f9aa (diff)
parent31352298446e1fc1ba4dc391197aef3fd57bf080 (diff)
Merge remote-tracking branch 'github/master'
Conflicts: bin/rtspin.c Resolve option clash by moving the calibration loop to -a0.
Diffstat (limited to 'include')
-rw-r--r--include/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index b77ae67..7c33c94 100644
--- a/include/common.h
+++ b/include/common.h
@@ -6,6 +6,12 @@
6#ifndef COMMON_H 6#ifndef COMMON_H
7#define COMMON_H 7#define COMMON_H
8 8
9#if defined(__GNUC__)
10#define noinline __attribute__((__noinline__))
11#else
12#define noinline
13#endif
14
9/** 15/**
10 * End the current task with a message 16 * End the current task with a message
11 * @param msg Message to output before bailing 17 * @param msg Message to output before bailing