From 265783c4b50de9055fd535244a21104c1680d368 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 14 Feb 2020 20:59:32 +0000 Subject: [PATCH] * remove accidently committed debug code git-svn-id: trunk@44175 - (cherry picked from commit 0424c2a658c5bdad38adf30445ad86b8406e42cb) --- compiler/avr/aasmcpu.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/avr/aasmcpu.pas b/compiler/avr/aasmcpu.pas index f427a8e365..706ddbd364 100644 --- a/compiler/avr/aasmcpu.pas +++ b/compiler/avr/aasmcpu.pas @@ -409,7 +409,6 @@ implementation i: Integer; hp: tai; begin - exit; taicpu(firstinstruction).opcode:=A_SLEEP; for i:=0 to taicpu(firstinstruction).opercnt-1 do taicpu(firstinstruction).freeop(i);