about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-17 16:41:30 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-17 16:41:30 +0100
commitb6c5974b3781449996f2791b80e22c9fa6c9ba18 (patch)
tree4140474ae9397d21b9a27154162bf8cb125fca02 /include/config.h
parentf24135f1ed86443ead13c3b580a5d831d69662d3 (diff)
downloadafl++-b6c5974b3781449996f2791b80e22c9fa6c9ba18.tar.gz
format
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h
index 429c57d2..c5a48df0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -62,13 +62,13 @@
 /* Default memory limit for child process (MB): */
 
 #ifndef __NetBSD__
-# ifndef WORD_SIZE_64
-#  define MEM_LIMIT 25
-# else
-#  define MEM_LIMIT 50
-# endif                                                    /* ^!WORD_SIZE_64 */
+#ifndef WORD_SIZE_64
+#define MEM_LIMIT 25
 #else
-# define MEM_LIMIT 200
+#define MEM_LIMIT 50
+#endif                                                    /* ^!WORD_SIZE_64 */
+#else
+#define MEM_LIMIT 200
 #endif
 /* Default memory limit when running in QEMU mode (MB): */