summaryrefslogtreecommitdiffstats
path: root/SD-VBS/common
diff options
context:
space:
mode:
authorleochanj <jbakita@cs.unc.edu>2020-10-21 16:02:06 -0400
committerleochanj <jbakita@cs.unc.edu>2020-10-21 16:02:06 -0400
commit1fa6f0d382b536a762e3ea3bd532368407e4fcc4 (patch)
treeba80e76d25d9ca9486092e2f6b6d76f0e3352bf7 /SD-VBS/common
parent0efc775370d2ff91927d1b383a99eab78dc5538f (diff)
parent25d94aa8aabb8ac3e8bbea0bc439ea6148444cc8 (diff)
Merge branch 'sd-vbs' of ssh://rtsrv.cs.unc.edu/public/mc2-scripts-and-benchmarks into sd-vbs
Diffstat (limited to 'SD-VBS/common')
-rw-r--r--SD-VBS/common/c/extra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SD-VBS/common/c/extra.h b/SD-VBS/common/c/extra.h
index 8c67b33..dbf1c95 100644
--- a/SD-VBS/common/c/extra.h
+++ b/SD-VBS/common/c/extra.h
@@ -396,7 +396,7 @@ static void _rt_start_loop() {
396 FIRST_UNLOCK 396 FIRST_UNLOCK
397 FIRST_LOCK 397 FIRST_LOCK
398#endif /* PAIRED */ 398#endif /* PAIRED */
399 FLUSH_CACHES 399 //FLUSH_CACHES
400#ifdef PAIRED 400#ifdef PAIRED
401 BARRIER_SYNC 401 BARRIER_SYNC
402#endif /* PAIRED */ 402#endif /* PAIRED */