From: Nicholas Nethercote Date: Wed, 27 Oct 2004 12:05:38 +0000 (+0000) Subject: whitespace change only X-Git-Tag: svn/VALGRIND_3_0_0~1438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c368459a186ca307e76720e63fc3e0748f4b779;p=thirdparty%2Fvalgrind.git whitespace change only git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2858 --- diff --git a/coregrind/stage1.c b/coregrind/stage1.c index 3bb9e708b9..9a9eba675f 100644 --- a/coregrind/stage1.c +++ b/coregrind/stage1.c @@ -265,7 +265,6 @@ static void main2(void) assert(info.exe_base >= PGROUNDUP(&_end)); info.map_base = info.exe_base + 0x01000000; #else - // If this system doesn't have PIE (position-independent executables), // we have to choose a hardwired location for stage2. info.exe_base = PGROUNDUP(&_end);