mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 13:11:06 +02:00
* x86: ConvertJumpToRET now sets the condition to C_None
This commit is contained in:
parent
6b77017cb9
commit
27aa4d4e34
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user