mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 01:50:38 +01:00
* initialize dirhint field of created tasmconds
git-svn-id: trunk@20800 -
This commit is contained in:
parent
aaf6015b51
commit
23df85e52a
@ -500,6 +500,7 @@ implementation
|
||||
|
||||
procedure create_cond_norm(cond: TAsmCondFlag; cr: byte;var r : TasmCond);
|
||||
begin
|
||||
r.dirhint := DH_None;
|
||||
r.simple := true;
|
||||
r.cond := cond;
|
||||
case cond of
|
||||
|
||||
@ -499,6 +499,7 @@ end;
|
||||
|
||||
procedure create_cond_norm(cond: TAsmCondFlag; cr: byte; var r: TasmCond);
|
||||
begin
|
||||
r.dirhint := DH_None;
|
||||
r.simple := true;
|
||||
r.cond := cond;
|
||||
case cond of
|
||||
|
||||
Loading…
Reference in New Issue
Block a user