mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 09:09:47 +01:00
o the intiialization code of a for-loop used to do that, but no longer
does so since their automatic transformation to a while-loop. Even
though the code did not read the value of the for-loop variable
in case the loop was not entered, the JVM's verifier is not
sophisticated enough to be able to detect that (it's protected by
a boolean set in the loop)
git-svn-id: trunk@34858 -
|
||
|---|---|---|
| .. | ||
| int64p.inc | ||
| jvm.inc | ||
| makefile.cpu | ||
| math.inc | ||
| setjump.inc | ||
| setjumph.inc | ||