From 4cf63d5b3241e4d3dfbbb3f32863823d90e3b998 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 23 Apr 2003 09:50:31 +0000 Subject: [PATCH] * wrong location_copy for include/exclude --- compiler/i386/n386inl.pas | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler/i386/n386inl.pas b/compiler/i386/n386inl.pas index e72e4f70c7..de8754da64 100644 --- a/compiler/i386/n386inl.pas +++ b/compiler/i386/n386inl.pas @@ -256,7 +256,6 @@ implementation pushedregs : TMaybesave; cgop : topcg; begin - location_copy(location,left.location); secondpass(tcallparanode(left).left); if tcallparanode(tcallparanode(left).right).left.nodetype=ordconstn then begin @@ -346,7 +345,10 @@ begin end. { $Log$ - Revision 1.59 2003-04-22 23:50:23 peter + Revision 1.60 2003-04-23 09:50:31 peter + * wrong location_copy for include/exclude + + Revision 1.59 2003/04/22 23:50:23 peter * firstpass uses expectloc * checks if there are differences between the expectloc and location.loc from secondpass in EXTDEBUG