Browse Source

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

git-svn-id: trunk@21535 -
pierre 13 years ago
parent
commit
c1269b0305
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/pstatmnt.pas

+ 1 - 1
compiler/pstatmnt.pas

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