mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:29:29 +02:00
* makes a_jmp_cond working
git-svn-id: trunk@18969 -
This commit is contained in:
parent
689d4b3ecc
commit
0066a12974
@ -1610,7 +1610,7 @@ unit cgcpu;
|
|||||||
begin
|
begin
|
||||||
ai1:=Taicpu.Op_sym(A_BRxx,l);
|
ai1:=Taicpu.Op_sym(A_BRxx,l);
|
||||||
ai1.is_jmp:=true;
|
ai1.is_jmp:=true;
|
||||||
l:=nil;
|
hl:=nil;
|
||||||
case cond of
|
case cond of
|
||||||
OC_EQ:
|
OC_EQ:
|
||||||
ai1.SetCondition(C_EQ);
|
ai1.SetCondition(C_EQ);
|
||||||
|
Loading…
Reference in New Issue
Block a user