dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] libjit build errors


From: Rhys Weatherley
Subject: Re: [Pnet-developers] libjit build errors
Date: Sun, 13 Nov 2005 07:11:55 +1000
User-agent: KMail/1.4.3

On Sunday 13 November 2005 02:36 am, address@hidden wrote:
> Hi Rhys,
>
> the problem seems to be in jit-apply-x86-64.h where JIT_MEMCPY is called
> from assembly code.
>
> JIT_MEMCPY is defined to jit_memcpy in this case.
>
> I've tried to replace it by memcpy or _memcpy but with no success.
>
> I have no clue how to fix this.

It may be the type of call instruction (callq), rather than the address.  Or 
perhaps it needs an extra "_" on the front (e.g. "_jit_memcpy").  I'm not too 
familiar with x86-64 conventions in this area.  I don't have an x86-64 box 
handy to test this on.

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]