summaryrefslogtreecommitdiff
path: root/compiler/avr/navrmat.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/avr/navrmat.pas')
-rw-r--r--compiler/avr/navrmat.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/avr/navrmat.pas b/compiler/avr/navrmat.pas
index b724b76383..802e3d0443 100644
--- a/compiler/avr/navrmat.pas
+++ b/compiler/avr/navrmat.pas
@@ -165,7 +165,7 @@ implementation
secondpass(right);
location_copy(location,left.location);
-{
+{$ifdef dummy}
{ put numerator in register }
size:=def_cgsize(left.resultdef);
hlcg.location_force_reg(current_asmdata.CurrAsmList,left.location,
@@ -201,7 +201,7 @@ implementation
{ simple comparison with 0) }
if is_signed(right.resultdef) then
cg.g_overflowcheck(current_asmdata.CurrAsmList,location,resultdef);
-}
+{$endif dummy}
end;
{*****************************************************************************