Browse Source

* missing +')' added

git-svn-id: trunk@43707 -
florian 5 years ago
parent
commit
b8b5d84108
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/aoptx86.pas

+ 1 - 1
compiler/x86/aoptx86.pas

@@ -2168,7 +2168,7 @@ unit aoptx86;
                     DebugMsg(SPeepholeOptimization + 'MovOpMov2Op ('+
                           debug_op2str(taicpu(p).opcode)+debug_opsize2str(taicpu(p).opsize)+' '+
                           debug_op2str(taicpu(hp1).opcode)+debug_opsize2str(taicpu(hp1).opsize)+' '+
-                          debug_op2str(taicpu(hp2).opcode)+debug_opsize2str(taicpu(hp2).opsize),p);
+                          debug_op2str(taicpu(hp2).opcode)+debug_opsize2str(taicpu(hp2).opsize)+')',p);
                     taicpu(hp1).changeopsize(taicpu(hp2).opsize);
                     {
                       ->