mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 05:00:12 +02:00
* range error
git-svn-id: trunk@3891 -
This commit is contained in:
parent
4376a4ee35
commit
9998099a05
@ -381,12 +381,12 @@ implementation
|
||||
if target_info.system=system_x86_64_win64 then
|
||||
begin
|
||||
objdata.writebytes(emptyint,sizeof(emptyint));
|
||||
emptyint:=$80000000;
|
||||
emptyint:=longint($80000000);
|
||||
objdata.writebytes(emptyint,sizeof(emptyint));
|
||||
end
|
||||
else
|
||||
begin
|
||||
emptyint:=emptyint or $80000000;
|
||||
emptyint:=emptyint or longint($80000000);
|
||||
objdata.writebytes(emptyint,sizeof(emptyint));
|
||||
end;
|
||||
emptyint:=0;
|
||||
|
Loading…
Reference in New Issue
Block a user