mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:49:30 +02:00
* fixed forgotten commit
This commit is contained in:
parent
c70c620d9b
commit
b04af27efc
@ -27,7 +27,7 @@ unit n386add;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
node,nadd,cpubase;
|
node,nadd,cpubase,nx86add;
|
||||||
|
|
||||||
type
|
type
|
||||||
ti386addnode = class(tx86addnode)
|
ti386addnode = class(tx86addnode)
|
||||||
@ -1494,7 +1494,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.84 2003-10-13 01:58:03 florian
|
Revision 1.85 2003-10-13 09:38:22 florian
|
||||||
|
* fixed forgotten commit
|
||||||
|
|
||||||
|
Revision 1.84 2003/10/13 01:58:03 florian
|
||||||
* some ideas for mm support implemented
|
* some ideas for mm support implemented
|
||||||
|
|
||||||
Revision 1.83 2003/10/10 17:48:14 peter
|
Revision 1.83 2003/10/10 17:48:14 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user