Browse Source

* fixed first_fpu_immreg definition

git-svn-id: trunk@30427 -
Jonas Maebe 10 years ago
parent
commit
9d4c8f68d4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/x86/cpubase.pas

+ 2 - 1
compiler/x86/cpubase.pas

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