summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/ndes/ndes.c
diff options
context:
space:
mode:
Diffstat (limited to 'all_pairs/source/ndes/ndes.c')
-rw-r--r--all_pairs/source/ndes/ndes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/all_pairs/source/ndes/ndes.c b/all_pairs/source/ndes/ndes.c
index b0f494c..f169c62 100644
--- a/all_pairs/source/ndes/ndes.c
+++ b/all_pairs/source/ndes/ndes.c
@@ -17,7 +17,7 @@
17*/ 17*/
18 18
19/* A read from this address will result in an known value of 1 */ 19/* A read from this address will result in an known value of 1 */
20#include "../extra.h" 20#include "extra.h"
21#define KNOWN_VALUE 1 21#define KNOWN_VALUE 1
22#define NDES_WORSTCASE 1 22#define NDES_WORSTCASE 1
23/* 23/*