From: Julian Seward Date: Mon, 14 Feb 2005 00:22:30 +0000 (+0000) Subject: un-break compilation on x86 X-Git-Tag: svn/VALGRIND_3_0_1^2~427 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acbe57bc1a22c2830730ace39a153d3dc4b58c94;p=thirdparty%2Fvalgrind.git un-break compilation on x86 git-svn-id: svn://svn.valgrind.org/vex/trunk@907 --- diff --git a/VEX/switchback/linker.c b/VEX/switchback/linker.c index 5237e181a5..6594650b57 100644 --- a/VEX/switchback/linker.c +++ b/VEX/switchback/linker.c @@ -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;