Pārlūkot izejas kodu

* x86: ConvertJumpToRET now sets the condition to C_None

J. Gareth "Curious Kit" Moreton 3 gadi atpakaļ
vecāks
revīzija
27aa4d4e34
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      compiler/x86/aoptx86.pas

+ 1 - 0
compiler/x86/aoptx86.pas

@@ -10320,6 +10320,7 @@ unit aoptx86;
       begin
         ThisLabel := tasmlabel(taicpu(p).oper[0]^.ref^.symbol);
         ThisLabel.decrefs;
+        taicpu(p).condition := C_None;
         taicpu(p).opcode := A_RET;
         taicpu(p).is_jmp := false;
         taicpu(p).ops := taicpu(ret_p).ops;