|
From: Nicholas N. <nj...@cs...> - 2005-03-09 14:16:25
|
On Tue, 8 Mar 2005, Jeremy Fitzhardinge wrote: >> The way to fix this is to add another Bool arg -- >> "use_address_as_suggestion" or something -- to VG_(find_map_space)(). If >> it's true, we use the passed address as a suggestion (even if it's zero). >> If it's false, we put the block anywhere. > > Or use (Addr)-1. I prefer the extra Bool -- the code is clearer that way. N |