[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: FORLOOP question
- From: Dibyendu Majumdar <mobile@...>
- Date: Sun, 1 Mar 2015 17:36:27 +0000
Hi,
In the FORLOOP implementation in lvm.c the index is updated as shown
below (and similarly for floating point):
setivalue(ra, idx); /* update internal index... */
setivalue(ra + 3, idx); /* ...and external index */
It seems that only the value needs to be updated - not the type, as
the type is already set by the FORPREP instruction. Is that correct?
Thanks and Regards
Dibyendu