14 May
2007
14 May
'07
9:45 a.m.
apfelmus schrieb:
Also, the explicit declaration of labels has an inherent safety problem. Namely, nobody prevents you from using a label twice, like for example in
loopStart @@ mul exc ... loopStart @@ cmp ecx (0 :: Word32)
Your are right. In the next version, Harpy *will* prevent you from defining a label twice. It was just an oversight on my part not to check for duplicate definitions. Thanks for spotting this problem. Martin