|
From: Nicholas N. <nj...@ca...> - 2004-10-20 14:23:06
|
CVS commit by nethercote:
Fix typo, courtesy of Aleksander Salwa.
M +1 -1 vg_libpthread.c 1.175
--- valgrind/coregrind/vg_libpthread.c #1.174:1.175
@@ -1069,5 +1069,5 @@ pthread_create (pthread_t *__restrict __
sigprocmask(SIG_SETMASK, NULL, &info->sigmask);
- if (__attr) {
+ if (__vg_attr) {
si.base = (Addr)__vg_attr->__vg_stackaddr;
si.size = __vg_attr->__vg_stacksize;
|