Explorar el Código

* compilation on 32 bit sparc fixed

git-svn-id: trunk@36660 -
florian hace 8 años
padre
commit
1f4d6e8a4d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      compiler/sparcgen/ncpumat.pas

+ 2 - 0
compiler/sparcgen/ncpumat.pas

@@ -31,7 +31,9 @@ interface
     type
       tSparcmoddivnode = class(tmoddivnode)
         procedure pass_generate_code;override;
+{$ifdef SPARC64}
         function use_moddiv64bitint_helper : boolean; override;
+{$endif SPARC64}
       end;
 
       tSparcshlshrnode = class(tcgshlshrnode)