소스 검색

+ Patch to Patch from peter

michael 22 년 전
부모
커밋
732c769f30
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      compiler/i386/cpupara.pas

+ 5 - 2
compiler/i386/cpupara.pas

@@ -157,7 +157,7 @@ unit cpupara;
            internalerror(200305251);
          getselflocation.loc:=LOC_REFERENCE;
          getselflocation.reference.index.enum:=R_INTREGISTER;
-         getselflocation.reference.index.number:=NR_FRAME_POINTER_REG;
+         getselflocation.reference.index.number:=NR_STACK_POINTER_REG;
          getselflocation.reference.offset:=hsym.adjusted_address;
       end;
 
@@ -166,7 +166,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.14  2003-06-06 07:34:11  michael
+  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
   + Patch from peter
 
   Revision 1.13  2003/06/05 20:58:05  peter