Browse Source

* fixed cto

git-svn-id: trunk@3074 -
florian 19 years ago
parent
commit
b215196734
3 changed files with 3 additions and 3 deletions
  1. 1 1
      compiler/i386/i386tab.inc
  2. 1 1
      compiler/x86/x86ins.dat
  3. 1 1
      compiler/x86_64/x8664tab.inc

+ 1 - 1
compiler/i386/i386tab.inc

@@ -543,7 +543,7 @@
     opcode  : A_CMP;
     opcode  : A_CMP;
     ops     : 2;
     ops     : 2;
     optypes : (ot_reg_eax or ot_bits64,ot_immediate,ot_none);
     optypes : (ot_reg_eax or ot_bits64,ot_immediate,ot_none);
-    code    : #213#1#61#33;
+    code    : #208#1#61#33;
     flags   : if_386 or if_sd
     flags   : if_386 or if_sd
   ),
   ),
   (
   (

+ 1 - 1
compiler/x86/x86ins.dat

@@ -3244,4 +3244,4 @@ reg64,reg32           \326\301\1\x63\110              X86_64
 
 
 [CQO,cqto]
 [CQO,cqto]
 (Ch_MRAX, Ch_WRDX, Ch_None)
 (Ch_MRAX, Ch_WRDX, Ch_None)
-void                  \325\1\x99                      X86_64
+void                  \326\1\x99                      X86_64

+ 1 - 1
compiler/x86_64/x8664tab.inc

@@ -9643,7 +9643,7 @@
     opcode  : A_CQO;
     opcode  : A_CQO;
     ops     : 0;
     ops     : 0;
     optypes : (ot_none,ot_none,ot_none);
     optypes : (ot_none,ot_none,ot_none);
-    code    : #213#1#153;
+    code    : #214#1#153;
     flags   : if_x86_64
     flags   : if_x86_64
   )
   )
 );
 );