mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 10:29:29 +02:00
* compilation fix
git-svn-id: branches/avr@17021 -
This commit is contained in:
parent
d5455cf6ac
commit
b4d4d4b208
@ -1326,7 +1326,7 @@ end;
|
||||
HandleErrorFrame(215,get_frame);
|
||||
|
||||
if sign then
|
||||
fpc_mul_integer=-q3
|
||||
fpc_mul_integer:=-q3
|
||||
else
|
||||
fpc_mul_integer:=q3;
|
||||
end;
|
||||
@ -1402,7 +1402,7 @@ end;
|
||||
HandleErrorFrame(215,get_frame);
|
||||
|
||||
if sign then
|
||||
fpc_mul_longint=-q3
|
||||
fpc_mul_longint:=-q3
|
||||
else
|
||||
fpc_mul_longint:=q3;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user