On 12 December 2011 16:37, Dr. David Alan Gilbert <david.gilb...@linaro.org> wrote: > On ARM, don't map the code buffer at a fixed location, and fix up the > call/goto tcg routines to let it do long jumps. > > Mapping the code buffer at a fixed address could sometimes result in it being > mapped over the top of the heap with pretty random results. > > This diff is against v1.0. > > Signed-off-by: Dr. David Alan Gilbert <david.gilb...@linaro.org> > --- > exec.c | 4 +--- > tcg/arm/tcg-target.c | 31 ++++++++++++------------------- > 2 files changed, 13 insertions(+), 22 deletions(-)
Thanks, I applied this patch. Cheers