From b04af27efc3198635f8dea66d787882f0c078287 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 13 Oct 2003 09:38:22 +0000 Subject: [PATCH] * fixed forgotten commit --- compiler/i386/n386add.pas | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/compiler/i386/n386add.pas b/compiler/i386/n386add.pas index 7dab184d48..68c6f04d6e 100644 --- a/compiler/i386/n386add.pas +++ b/compiler/i386/n386add.pas @@ -27,7 +27,7 @@ unit n386add; interface uses - node,nadd,cpubase; + node,nadd,cpubase,nx86add; type ti386addnode = class(tx86addnode) @@ -1494,7 +1494,10 @@ begin end. { $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 Revision 1.83 2003/10/10 17:48:14 peter @@ -1747,4 +1750,4 @@ end. Revision 1.29 2002/03/04 19:10:13 peter * removed compiler warnings -} \ No newline at end of file +}