]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Oops (a second time), this was missed out of r7118 (Merge (from
authorJulian Seward <jseward@acm.org>
Fri, 9 Nov 2007 23:24:09 +0000 (23:24 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 9 Nov 2007 23:24:09 +0000 (23:24 +0000)
branches/THRCHECK) the following amd64-linux stack unwind kludges)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7124

coregrind/m_syswrap/syswrap-generic.c

index e086ef389816e54454faff82ff4c0093dbb26be4..2348c941e33bd122b3f3c4950d30980da8b20d7a 100644 (file)
@@ -522,7 +522,7 @@ void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd, char *pathname)
 
    i->fd = fd;
    i->pathname = VG_(arena_strdup)(VG_AR_CORE, pathname);
-   i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid);
+   i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
 }
 
 // Record opening of an fd, and find its name.