Browse Source

* update for new push_lea_loc

peter 26 years ago
parent
commit
c60bf19553
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/cg386cnv.pas

+ 6 - 3
compiler/cg386cnv.pas

@@ -411,8 +411,8 @@ implementation
                       if gettempansistringreference(pto^.location.reference) then
                        decrstringref(cansistringdef,pto^.location.reference);
                       pushusedregisters(pushed,$ff);
-                      emit_push_lea_loc(pfrom^.location);
-                      emit_push_lea_loc(pto^.location);
+                      emit_push_lea_loc(pfrom^.location,true);
+                      emit_push_lea_loc(pto^.location,true);
                       emitcall('FPC_SHORTSTR_TO_ANSISTR');
                       maybe_loadesi;
                       popusedregisters(pushed);
@@ -1457,7 +1457,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.85  1999-08-19 13:08:46  pierre
+  Revision 1.86  1999-09-01 09:42:13  peter
+    * update for new push_lea_loc
+
+  Revision 1.85  1999/08/19 13:08:46  pierre
    * emit_??? used
 
   Revision 1.84  1999/08/05 14:58:03  florian