From 81a6458087801c73384f6d03eace650d0ea90828 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 24 Oct 2007 12:12:43 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@62 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/inline.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) { -- cgit v1.2.3