]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
un-break compilation on x86
authorJulian Seward <jseward@acm.org>
Mon, 14 Feb 2005 00:22:30 +0000 (00:22 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 14 Feb 2005 00:22:30 +0000 (00:22 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@907

VEX/switchback/linker.c

index 5237e181a568d54716d097e055bc24d8a9ef5396..6594650b57be5ce19a6e457ee4d2cf880ece3cae 100644 (file)
@@ -651,9 +651,11 @@ do_Elf_Rela_relocations ( ObjectCode* oc, char* ehdrC,
             fprintf(stderr, "`%s' resolves to %p\n", symbol, (void*)S );
       }
 
-      if (0)
+#if 0
          fprintf ( stderr, "Reloc: offset = %p   P = %p   S = %p   A = %p\n",
                            (void*)offset, (void*)P, (void*)S, (void*)A );
+#endif
+
       /* checkProddableBlock ( oc, (void*)P ); */
 
       value = S + A;