]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Use VG_(am_mmap_anon_float_valgrind) to allocate the unredirected
authorTom Hughes <tom@compton.nu>
Fri, 13 Jan 2006 09:57:01 +0000 (09:57 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 13 Jan 2006 09:57:01 +0000 (09:57 +0000)
commit63da307b469c7f7a5a69787e7cf48a6e64161ff1
treea9e893a45aa814c9f03840d4c60ecd373c71be97
parentfac8b71d1194e1613636fbca401fc7a52977f06b
Use VG_(am_mmap_anon_float_valgrind) to allocate the unredirected
translation cache. This ensures that the cache space is executable
which it isn't when it is allocated as a static variable in the data
segment, at least on my amd64 box.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5525
coregrind/m_transtab.c