mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 16:18:23 +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
|
if (itemasbyte <> $de) then
|
||||||
halt(1);
|
halt(1);
|
||||||
|
|
||||||
|
{$ifdef FPC_BIG_ENDIAN}
|
||||||
if (itemasword <> $dead) then
|
if (itemasword <> $dead) then
|
||||||
|
{$else}
|
||||||
|
if (itemasword <> $adde) then
|
||||||
|
{$endif}
|
||||||
halt(3);
|
halt(3);
|
||||||
|
|
||||||
r.a := $de;
|
r.a := $de;
|
||||||
|
Loading…
Reference in New Issue
Block a user