Fix bug introduced in commit 29091

git-svn-id: trunk@29117 -
This commit is contained in:
pierre 2014-11-23 09:29:11 +00:00
parent b7a1418065
commit 8808308843

View File

@ -41,7 +41,11 @@ begin
if (itemasbyte <> $de) then
halt(1);
{$ifdef FPC_BIG_ENDIAN}
if (itemasword <> $dead) then
{$else}
if (itemasword <> $adde) then
{$endif}
halt(3);
r.a := $de;