瀏覽代碼

* remove sp_fixup

peter 22 年之前
父節點
當前提交
b6a0492c9c
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      compiler/x86/cpubase.pas

+ 4 - 2
compiler/x86/cpubase.pas

@@ -263,7 +263,6 @@ uses
       tparalocation = packed record
       tparalocation = packed record
          size : TCGSize;
          size : TCGSize;
          loc  : TCGLoc;
          loc  : TCGLoc;
-         sp_fixup : longint;
          case TCGLoc of
          case TCGLoc of
             LOC_REFERENCE : (reference : tparareference);
             LOC_REFERENCE : (reference : tparareference);
             { segment in reference at the same place as in loc_register }
             { segment in reference at the same place as in loc_register }
@@ -559,7 +558,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.19  2003-09-24 17:12:36  florian
+  Revision 1.20  2003-09-25 21:29:23  peter
+    * remove sp_fixup
+
+  Revision 1.19  2003/09/24 17:12:36  florian
     * x86-64 adaptions
     * x86-64 adaptions
 
 
   Revision 1.18  2003/09/23 17:56:06  peter
   Revision 1.18  2003/09/23 17:56:06  peter