[Mono-list] Adding Solaris/amd64 support
Andreas Färber
andreas.faerber at web.de
Wed Mar 7 04:25:43 EST 2007
Hello,
>> Now how/where do I find the address? Do I need to add printfs some
>> place? (will look into it tomorrow)
>
> This is where the explanation I gave you is important: the routine in
> question basically needs to understand the generated code and
> modify it
> on the flight.
>
> So you need to look at the code and see why it would generate the
> exception, the address to disassemble is precisely the one that it
> will
> try to decode and its failing to.
So given the code in amd64_patch:
http://svn.myrealbox.com/source/trunk/mono/mono/mini/mini-amd64.c
Would this be disp, code or target? That was my question. Through
printf("%x\n", ) I could then look at the value.
Andreas
More information about the Mono-list
mailing list