]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
whoops
authorNicholas Nethercote <n.nethercote@gmail.com>
Mon, 25 Oct 2004 17:28:26 +0000 (17:28 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 25 Oct 2004 17:28:26 +0000 (17:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2834

coregrind/vg_main.c

index 4535c7b540030b17b7f49490115042c2cfb8dddc..4ab53e2a56dfddf9007a4d5a64806df65e1866d7 100644 (file)
@@ -406,7 +406,6 @@ static void layout_remaining_space(Addr argc_addr, float ratio)
    // VG_(valgrind_base) should have been set by scan_auxv, but if not,
    // this is a workable approximation
    if (VG_(valgrind_base) == 0) {
-      OINK(1);
       VG_(valgrind_base) = PGROUNDDN(&_start);
    }