Blame SOURCES/valgrind-3.10.1-di_notify_mmap.patch

2601b6
--- valgrind-3.10.1/coregrind/m_debuginfo/debuginfo.c.orig	2015-07-06 00:21:14.252904153 +0200
2601b6
+++ valgrind-3.10.1/coregrind/m_debuginfo/debuginfo.c	2015-07-06 00:22:30.975591973 +0200
2601b6
@@ -925,7 +925,7 @@
2601b6
 
2601b6
    /* Note the details about the mapping. */
2601b6
    struct _DebugInfoMapping map;
2601b6
-   map.avma = a;
2601b6
+   map.avma = seg->start;
2601b6
    map.size = seg->end + 1 - seg->start;
2601b6
    map.foff = seg->offset;
2601b6
    map.rx   = is_rx_map;