Browse Source

+ Forgot a line in patch from peter

michael 22 years ago
parent
commit
03b57479b0
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/i386/cpupara.pas

+ 5 - 1
compiler/i386/cpupara.pas

@@ -156,6 +156,7 @@ unit cpupara;
          if not assigned(hsym) then
            internalerror(200305251);
          getselflocation.loc:=LOC_REFERENCE;
+         getselflocation.sp_fixup:=POINTER_SIZE;
          getselflocation.reference.index.enum:=R_INTREGISTER;
          getselflocation.reference.index.number:=NR_STACK_POINTER_REG;
          getselflocation.reference.offset:=hsym.adjusted_address;
@@ -166,7 +167,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.15  2003-06-06 07:35:14  michael
+  Revision 1.16  2003-06-06 07:36:06  michael
+  + Forgot a line in patch from peter
+
+  Revision 1.15  2003/06/06 07:35:14  michael
   + Patch to Patch from peter
 
   Revision 1.14  2003/06/06 07:34:11  michael