On Thu, Aug 16, 2012 at 2:51 PM, Laurent Desnogues <[email protected]> wrote: > On Thu, Aug 16, 2012 at 7:49 PM, Steven <[email protected]> wrote: > [...] >> I want to get the guest memory address in the instruction mov >> 0x4(%ebx) %eax, whic is 0x4(%ebx). >> Since %ebx is not resolved until the execution time, the code in >> softmmu_header.h does not generate any hit or miss information. >> Do you know any place that I could resolve the memory access address? Thanks. > > You'll have to generate code. Look at how helpers work. Hi, Laurent, do you mean the target-i386/op_helper.c/helper.c or the tcg helper? Thanks.
> > > Laurent
