Merge branch 'fix-stack' into refs/top-bases/fix-branch
This commit is contained in:
commit
33e499be43
|
@ -73,6 +73,12 @@ extern "C" {
|
||||||
#include <sys/u8_textprep.h>
|
#include <sys/u8_textprep.h>
|
||||||
#include <sys/sysevent/eventdefs.h>
|
#include <sys/sysevent/eventdefs.h>
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Stack
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define noinline __attribute__((noinline))
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Debugging
|
* Debugging
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue