mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 18:47:52 +02:00
* Revert back to longint (it broke make cycle)
This commit is contained in:
parent
7c4dea4209
commit
4d42fe7fa7
@ -39,7 +39,7 @@ Type
|
||||
reg3,
|
||||
reg4,
|
||||
reg5,
|
||||
reg6 : TSysParam;
|
||||
reg6 : longint;
|
||||
end;
|
||||
PSysCallRegs= ^SysCallRegs;
|
||||
TSysCallRegs= SysCallRegs;
|
||||
@ -62,7 +62,10 @@ Const // generated by statmacr.c
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.6 2004-02-06 15:58:21 florian
|
||||
Revision 1.7 2004-02-06 21:17:41 daniel
|
||||
* Revert back to longint (it broke make cycle)
|
||||
|
||||
Revision 1.6 2004/02/06 15:58:21 florian
|
||||
* fixed x86-64 assembler problems
|
||||
|
||||
Revision 1.5 2003/09/27 13:45:58 peter
|
||||
|
Loading…
Reference in New Issue
Block a user