From b8b5d8410868bae9efc28c1692b0bf18757ea049 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 22 Dec 2019 20:41:48 +0000 Subject: [PATCH] * missing +')' added git-svn-id: trunk@43707 - --- compiler/x86/aoptx86.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/x86/aoptx86.pas b/compiler/x86/aoptx86.pas index dac5f456fe..1a19b9384b 100644 --- a/compiler/x86/aoptx86.pas +++ b/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); { ->