Browse Source

- Forgot to commit with r29081

git-svn-id: trunk@29082 -
sergei 10 years ago
parent
commit
8f05f8c839
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/x86_64/rax64att.pas

+ 0 - 1
compiler/x86_64/rax64att.pas

@@ -47,7 +47,6 @@ Unit rax64att;
         instr : Tx86Instruction;
       begin
         instr:=Tx86attInstruction.Create(Tx86Operand);
-        instr.OpOrder:=op_att;
         BuildOpcode(instr);
         instr.AddReferenceSizes;
         instr.SetInstructionOpsize;