From c28995494c33ff0cf4c66858e8a7de86e10dc411 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 25 Aug 2021 10:41:03 +0200 Subject: [PATCH] * reverted wrongly committed file --- compiler/avr/aoptcpu.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/avr/aoptcpu.pas b/compiler/avr/aoptcpu.pas index 56b20353d9..82263f07e8 100644 --- a/compiler/avr/aoptcpu.pas +++ b/compiler/avr/aoptcpu.pas @@ -1373,8 +1373,6 @@ Implementation A_SBIC, A_SBIS: Result:=OptPass1SBI(p); - A_FMOV: - Result:=OptPass1FMOV; end; end; end;