Subversion Repositories Kolibri OS

Rev

Rev 6082 | Rev 6934 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6082 Rev 6588
Line 197... Line 197...
197
 * unreleased.  Really, we need to have autoconf for the kernel.
197
 * unreleased.  Really, we need to have autoconf for the kernel.
198
 */
198
 */
199
#define unreachable() __builtin_unreachable()
199
#define unreachable() __builtin_unreachable()
Line 200... Line 200...
200
 
200
 
201
/* Mark a function definition as prohibited from being cloned. */
201
/* Mark a function definition as prohibited from being cloned. */
Line 202... Line 202...
202
#define __noclone	__attribute__((__noclone__))
202
#define __noclone	__attribute__((__noclone__, __optimize__("no-tracer")))
Line 203... Line 203...
203
 
203
 
204
#endif /* GCC_VERSION >= 40500 */
204
#endif /* GCC_VERSION >= 40500 */