J :
* Remove a (seemingly) useless debug function that prevents compilation on freebsd
This commit is contained in:
@@ -74,6 +74,7 @@ return 0;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
#ifdef LINUX
|
#ifdef LINUX
|
||||||
|
|
||||||
#include <execinfo.h>
|
#include <execinfo.h>
|
||||||
@@ -86,7 +87,9 @@ void dumpStack()
|
|||||||
printf("\n");
|
printf("\n");
|
||||||
free(tab);
|
free(tab);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* RAM simple check functions source */
|
/* RAM simple check functions source */
|
||||||
|
|||||||
Reference in New Issue
Block a user