mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 15:18:32 +02:00
* 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:
parent
ac38901d2a
commit
c1269b0305
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user