2007-10-13 12:48 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/compiler/hbdead.c
    % minor improvement
This commit is contained in:
Przemyslaw Czerpak
2007-10-13 10:48:12 +00:00
parent 01bc547035
commit e2297ea62c
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-10-13 12:48 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/compiler/hbdead.c
% minor improvement
2007-10-13 02:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/macro/macro.yyc
* harbour/source/macro/macro.yyh

View File

@@ -335,7 +335,8 @@ static HB_CODETRACE_FUNC( hb_p_switch )
}
hb_compCodeTraceMark( cargo, ulStart, lPCodePos - ulStart );
return hb_compCodeTraceNextPos( cargo, lPCodePos );
return hb_compCodeTraceNextPos( cargo, us > usCases ?
cargo->ulPCodeSize : lPCodePos );
}
static HB_CODETRACE_FUNC( hb_p_endblock )