Browse Source

* fixed esi reload with as

peter 26 years ago
parent
commit
461430ad5c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/cg386cnv.pas

+ 5 - 1
compiler/cg386cnv.pas

@@ -1470,13 +1470,17 @@ implementation
          { restore register, this restores automatically the }
          { result                                           }
          popusedregisters(pushed);
+         maybe_loadesi;
       end;
 
 
 end.
 {
   $Log$
-  Revision 1.90  1999-10-06 08:32:00  peter
+  Revision 1.91  1999-10-22 14:36:04  peter
+    * fixed esi reload with as
+
+  Revision 1.90  1999/10/06 08:32:00  peter
     * fixed empty const ansistring 2 pchar
 
   Revision 1.89  1999/09/26 21:30:15  peter