summaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
authorivmai <ivmai>2010-11-25 21:38:04 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:55 +0400
commit639fb53a03c4620aa199252fff279251daf3d6db (patch)
tree642f68c5dc74c66d681c052969a33040e5b7c34b /tests/test.c
parent2f68acaa38da8de98f66e677306b7645e83159ef (diff)
downloadbdwgc-639fb53a03c4620aa199252fff279251daf3d6db.tar.gz
2010-11-25 Ivan Maidanski <ivmai@mail.ru>
* tests/test.c (main): Print the relevant message if GWW_VDB. * include/private/gcconfig.h: Don't define MPROTECT_VDB for Win32 on x64 if compiled by GCC.
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test.c b/tests/test.c
index c2efc82d..11816706 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -1404,6 +1404,8 @@ void GC_CALLBACK warn_proc(char *msg, GC_word p)
# else
# ifdef PROC_VDB
GC_printf("Reading dirty bits from /proc\n");
+# elif defined(GWW_VDB)
+ GC_printf("Using GetWriteWatch-based implementation\n");
# else
GC_printf("Using DEFAULT_VDB dirty bit implementation\n");
# endif