瀏覽代碼

+ added destroyed registers list for move procedure (it doesn't destroy
edx)

Jonas Maebe 25 年之前
父節點
當前提交
ec08464c80
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      rtl/i386/i386.inc

+ 6 - 2
rtl/i386/i386.inc

@@ -86,7 +86,7 @@ asm
         movsb
         cld
 .LMoveEnd:
-end;
+end ['EAX','EBX','ECX','ESI','EDI'];
 
 
 {$define FPC_SYSTEM_HAS_FILLCHAR}
@@ -1156,7 +1156,11 @@ end;
 
 {
   $Log$
-  Revision 1.70  2000-04-06 08:39:22  florian
+  Revision 1.71  2000-04-10 09:47:15  jonas
+    + added destroyed registers list for move procedure (it doesn't destroy
+      edx)
+
+  Revision 1.70  2000/04/06 08:39:22  florian
     * the bounds check error gets now a correct stack frame
 
   Revision 1.69  2000/02/09 16:59:29  peter