diff options
| author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2017-09-14 17:58:28 -0400 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2017-09-14 17:58:28 -0400 |
| commit | a430c7b5cacae4219a185decb863f6fb9e5cbcb9 (patch) | |
| tree | 8a1302ddb89504f856ff89ec2d17deaac1172cb6 /include | |
| parent | e9d67470da50e5428ab4d359f2beedf54a28f9aa (diff) | |
| parent | 31352298446e1fc1ba4dc391197aef3fd57bf080 (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.h | 6 |
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 |
