* Patch from Fuxin Zhang: po_assembler special code also disabled for mips and mipsel CPUs

git-svn-id: trunk@21535 -
This commit is contained in:
pierre 2012-06-07 23:13:16 +00:00
parent ac38901d2a
commit c1269b0305

View File

@ -1364,7 +1364,7 @@ implementation
include(current_procinfo.flags,pi_is_assembler);
p:=_asm_statement;
{$if not(defined(sparc)) and not(defined(arm)) and not(defined(avr))}
{$if not(defined(sparc)) and not(defined(arm)) and not(defined(avr)) and not(defined(mips)) and not(defined(mipsel))}
if (po_assembler in current_procinfo.procdef.procoptions) then
begin
{ set the framepointer to esp for assembler functions when the