소스 검색

* fixed first_fpu_immreg definition

git-svn-id: trunk@30427 -
Jonas Maebe 10 년 전
부모
커밋
9d4c8f68d4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      compiler/x86/cpubase.pas

+ 2 - 1
compiler/x86/cpubase.pas

@@ -116,9 +116,10 @@ uses
       RS_ST5        = $05;
       RS_ST6        = $06;
       RS_ST7        = $07;
+      RS_ST         = $08;
 
       { Number of first imaginary register }
-      first_fpu_imreg     = $08;
+      first_fpu_imreg     = $09;
 
       { MM Super registers }
       RS_XMM0        = $00;