|
From: <sv...@va...> - 2007-11-09 23:24:07
|
Author: sewardj
Date: 2007-11-09 23:24:09 +0000 (Fri, 09 Nov 2007)
New Revision: 7124
Log:
Oops (a second time), this was missed out of r7118 (Merge (from
branches/THRCHECK) the following amd64-linux stack unwind kludges)
Modified:
trunk/coregrind/m_syswrap/syswrap-generic.c
Modified: trunk/coregrind/m_syswrap/syswrap-generic.c
===================================================================
--- trunk/coregrind/m_syswrap/syswrap-generic.c 2007-11-09 23:21:44 UTC (rev 7123)
+++ trunk/coregrind/m_syswrap/syswrap-generic.c 2007-11-09 23:24:09 UTC (rev 7124)
@@ -522,7 +522,7 @@
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.
|