Add noinline macro for userspace
This commit is contained in:
parent
f4bc961bcc
commit
8e136cf0c9
|
@ -74,6 +74,12 @@ extern "C" {
|
|||
#include <sys/u8_textprep.h>
|
||||
#include <sys/sysevent/eventdefs.h>
|
||||
|
||||
/*
|
||||
* Stack
|
||||
*/
|
||||
|
||||
#define noinline __attribute__((noinline))
|
||||
|
||||
/*
|
||||
* Debugging
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue