Port-arm archive

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

Re: aarch64 sizeof



"Jonathan A. Kollasch" <jakllsch%kollasch.net@localhost> wrote:
>On Sun, Aug 26, 2018 at 07:24:21PM +0100, Robert Swindells wrote:
>> Index: include/sljit_machdep.h
>> ===================================================================
>> RCS file: /cvsroot/src/sys/arch/evbarm/include/sljit_machdep.h,v
>> retrieving revision 1.1
>> diff -u -r1.1 sljit_machdep.h
>> --- include/sljit_machdep.h	23 Jul 2014 18:19:43 -0000	1.1
>> +++ include/sljit_machdep.h	26 Aug 2018 18:16:16 -0000
>> @@ -1,3 +1,7 @@
>>  /*	$NetBSD: sljit_machdep.h,v 1.1 2014/07/23 18:19:43 alnsn Exp $	*/
>>  
>> +#ifdef __arch64__
>> +#include <aarch64/sljit_machdep.h>
>> +#else
>>  #include <arm/sljit_machdep.h>
>> +#endif
>
>You probably mean __aarch64__ rather than __arch64__.
>__arch64__ seems to be a SPARC thing, and not a ARM32/ARM64 thing.

That was it, thanks.

It was just a typo, I hadn't copied anything from SPARC.

I will commit the changes, the option is disabled by default in
GENERIC.common.


Home | Main Index | Thread Index | Old Index