|
@@ -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
|