On 21/07/16 16:09, Julian Seward wrote:
> 
>> -   aspacem_maxAddr = (Addr) 0x7fffffffffff;
>> +   aspacem_maxAddr = (Addr) 0x4000000000 - 1; // 256G
> 
> Are you sure this frag is right?  It seems to have drastically
> reduced aspacem_maxAddr.  It may be that this is a constant
> that shouldn't change.

Yeah, that's not right.  aspacem_maxAddr needs to increase, not
decrease.  The one-step transformation is shown by

svn diff -c13278 svn://svn.valgrind.org/valgrind/trunk

so just do that twice and you should get what you want.

J


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to