[fpc-pascal] FPC_ARMEL system calls

Florian Klaempfl florian at freepascal.org
Tue Jun 3 15:32:57 CEST 2008


Henry Vermaak schrieb:
>>  Const
>> +{$ifdef FPC_ABI_EABI}
>> +  syscall_nr_base = $0;
>> +{$else FPC_ABI_EABI}
>>   syscall_nr_base = $900000;
>> +{$endif FPC_ABI_EABI}
>>
>> but i'll confirm in a while.
>>
> 
> yes, this works for me.

Fixed in svn.



More information about the fpc-pascal mailing list