* initialize dirhint field of created tasmconds

git-svn-id: trunk@20800 -
This commit is contained in:
Jonas Maebe 2012-04-11 18:01:49 +00:00
parent aaf6015b51
commit 23df85e52a
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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