- disabled assembler ansistring helpers for darwin/x86 because they don't

keep 16 byte stack alignment

git-svn-id: trunk@2852 -
This commit is contained in:
Jonas Maebe 2006-03-11 13:18:28 +00:00
parent 988f689445
commit 15270b67be

View File

@ -1059,6 +1059,9 @@ asm
end;
{$ifndef darwin}
{ darwin requires that the stack is aligned to 16 bytes when calling another function }
{$define FPC_SYSTEM_HAS_ANSISTR_DECR_REF}
function fpc_freemem_x(p:pointer):ptrint; [external name 'FPC_FREEMEM_X'];
@ -1132,3 +1135,4 @@ asm
// [442] end;
end;
{$endif darwin}