summaryrefslogtreecommitdiffstats
path: root/base/pe_image.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/pe_image.cc')
-rw-r--r--base/pe_image.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/pe_image.cc b/base/pe_image.cc
index 33fa20c..f2fb140 100644
--- a/base/pe_image.cc
+++ b/base/pe_image.cc
@@ -7,7 +7,8 @@
#include "base/pe_image.h"
-#ifdef _WIN64
+#if defined(_WIN64) && !defined(NACL_WIN64)
+// TODO(rvargas): Bug 27218. Make sure this is ok.
#error This code is not tested on x64. Please make sure all the base unit tests\
pass before doing any real work. The current unit tests don't test the\
differences between 32- and 64-bits implementations. Bugs may slip through.\