Disable the end guard for now.
The test for failing the end guard was always triggering (and was reported as such in compiler warnings). This is a temporary band-aid until I can work out what's really going on. Reviewed by: obrien
This commit is contained in:
parent
2ef2c53036
commit
a2a9c8c79e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68545
@ -34,7 +34,9 @@
|
||||
*/
|
||||
|
||||
#define USEGUARD /* use stard/end guard bytes */
|
||||
#if !defined(__powerpc__)
|
||||
#define USEENDGUARD
|
||||
#endif
|
||||
#define DMALLOCDEBUG /* add debugging code to gather stats */
|
||||
#define ZALLOCDEBUG
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user