From d440daf47fc2049d4381e6e620f26c0f56996d47 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 25 Oct 2015 19:21:57 +0000 Subject: [PATCH] * fixed compilation with -Oodfa/-O3 git-svn-id: trunk@32152 - --- compiler/i8086/cgcpu.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/i8086/cgcpu.pas b/compiler/i8086/cgcpu.pas index 075f1b2af9..76c416ce51 100644 --- a/compiler/i8086/cgcpu.pas +++ b/compiler/i8086/cgcpu.pas @@ -1680,6 +1680,7 @@ unit cgcpu; internalerror(2013123101); end; list.concat(Taicpu.op_const_reg(A_MOV, tmpopsize, 0, reg)); + hl_skip:=nil; if f=F_FB then begin current_asmdata.getjumplabel(hl_skip);