From a17390126afcee23fc1cf556c8454be509f1f84b Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 7 Sep 2011 23:19:48 +0000 Subject: [PATCH] Fix an error in reading real variable for change_endian git-svn-id: trunk@19023 - --- compiler/ppu.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/ppu.pas b/compiler/ppu.pas index 2885ae2ebe..101fbc6935 100644 --- a/compiler/ppu.pas +++ b/compiler/ppu.pas @@ -865,7 +865,6 @@ begin else result:=e; inc(entryidx,sizeof(e)); - result:=e; exit; end; if sizeofreal=sizeof(d) then