mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 21:10:01 +02:00
* support 64bit operands in def_cgsize()
This commit is contained in:
parent
32759c4953
commit
c3e0203058
@ -449,6 +449,7 @@ implementation
|
|||||||
1: result := OS_8;
|
1: result := OS_8;
|
||||||
2: result := OS_16;
|
2: result := OS_16;
|
||||||
4: result := OS_32;
|
4: result := OS_32;
|
||||||
|
8: result := OS_64;
|
||||||
else
|
else
|
||||||
internalerror(2001092311);
|
internalerror(2001092311);
|
||||||
end;
|
end;
|
||||||
@ -500,7 +501,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2001-09-28 20:39:33 jonas
|
Revision 1.3 2001-09-29 21:33:47 jonas
|
||||||
|
* support 64bit operands in def_cgsize()
|
||||||
|
|
||||||
|
Revision 1.2 2001/09/28 20:39:33 jonas
|
||||||
* changed all flow control structures (except for exception handling
|
* changed all flow control structures (except for exception handling
|
||||||
related things) to processor independent code (in new ncgflw unit)
|
related things) to processor independent code (in new ncgflw unit)
|
||||||
+ generic cgobj unit which contains lots of code generator helpers with
|
+ generic cgobj unit which contains lots of code generator helpers with
|
||||||
|
Loading…
Reference in New Issue
Block a user