Use noinline.

This commit is contained in:
castano
2010-07-13 23:28:31 +00:00
parent 9094756997
commit da548fd03a
5 changed files with 10 additions and 3 deletions

View File

@ -36,6 +36,8 @@
#define NV_CONST
#endif
#define NV_NOINLINE __attribute__((noinline))
// Define __FUNC__ properly.
#if __STDC_VERSION__ < 199901L
# if __GNUC__ >= 2