On Wed, 02 Aug 2006 18:56:34 +0200, Franck Bui-Huu <vagabon.xyz@xxxxxxxxx> wrote: > > Just one comment: no need to do "pc = pc != ra ? ra : 0" anymore. > > Just "pc = ra" is enough, isn't it? > > Well I let it just for cases where the caller does not reset ra > after the first call. It should be safter. But I can remove it if > you want. OK, I see. No problem. --- Atsushi Nemoto