- bug fix : substitution of read OUT port by internal signal (INOUT)

This commit is contained in:
Ludovic Jacomme 2004-02-09 21:51:40 +00:00
parent ec4f581b78
commit 05f12b6cfd
1 changed files with 1 additions and 0 deletions

View File

@ -1354,6 +1354,7 @@ static void VasySimplifySubstReadOut( RtlFigure )
while ( RtlAsg != (rtlasg_list *)0 )
{
VasySimplifySubstReadOutVex( RtlAsg->VEX_ATOM );
VasySimplifySubstReadOutVex( RtlAsg->VEX_DATA );
for ( ScanBiVex = RtlAsg->BIVEX;
ScanBiVex != (rtlbivex_list *)0;