mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 21:48:09 +02:00
Fix bug introduced in commit 29091
git-svn-id: trunk@29117 -
This commit is contained in:
parent
b7a1418065
commit
8808308843
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user