Margers 2 months ago
parent
commit
a06068b4f1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      compiler/x86/x86ins.dat
  2. 1 1
      compiler/x86_64/x8664tab.inc

+ 1 - 1
compiler/x86/x86ins.dat

@@ -12343,7 +12343,7 @@ mem64,reg64                \361\321\3\x0F\x38\xFC\101         RAOINT,X86_64
 [AOR]
 [AOR]
 (Ch_RWop2, Ch_Rop1)
 (Ch_RWop2, Ch_Rop1)
 mem32,reg32                \334\321\3\x0F\x38\xFC\101         RAOINT,SM
 mem32,reg32                \334\321\3\x0F\x38\xFC\101         RAOINT,SM
-mem32,reg64                \334\321\3\x0F\x38\xFC\101         RAOINT,X86_64
+mem64,reg64                \334\321\3\x0F\x38\xFC\101         RAOINT,X86_64
 
 
 [AXOR]
 [AXOR]
 (Ch_RWop2, Ch_Rop1)
 (Ch_RWop2, Ch_Rop1)

+ 1 - 1
compiler/x86_64/x8664tab.inc

@@ -44271,7 +44271,7 @@
   (
   (
     opcode  : A_AOR;
     opcode  : A_AOR;
     ops     : 2;
     ops     : 2;
-    optypes : (ot_memory or ot_bits32,ot_reg64,ot_none,ot_none);
+    optypes : (ot_memory or ot_bits64,ot_reg64,ot_none,ot_none);
     code    : #220#209#3#15#56#252#65;
     code    : #220#209#3#15#56#252#65;
     flags   : [if_raoint,if_x86_64]
     flags   : [if_raoint,if_x86_64]
   ),
   ),