diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/inline.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/inline.h b/src/include/inline.h index afcfb9ae3..1982fd075 100644 --- a/src/include/inline.h +++ b/src/include/inline.h @@ -22,6 +22,8 @@  /*
   * Inlined functions if CH_OPTIMIZE_SPEED is enabled.
 + * Note: static inlined functions do not duplicate the code in every module
 + *       this is true for GCC, not sure about other compilers.
   */
  #ifdef CH_OPTIMIZE_SPEED
  static INLINE void fifo_insert(Thread *tp, ThreadsQueue *tqp) {
  | 
