[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wi.c::DELAY() vs MIPS port



At Sat, 28 Sep 2002 11:49:28 +0900,
FUKAUMI Naoki wrote:
> > C的に考えると
> > #define	DELAY(n)	delay(n)
> > inline static void delay(n){ register int N = cpuspeed * (n); while (--N > 0); }
> > 辺りが適当じゃないかと思いますが…
> 
> thorpej 氏が
> 
> > DELAY() on the MIPS ports should be changed to be function-like.
> 
> と返事をして来たのですが、後者かな ?
> 
> いちおう両方の書き方を thorpej 氏に伝えておきます m(__)m

あ、後者は delay() を変更してるんですね。代りに最初に来たメールの DELAY()
を書換える方を引用して伝えておきました。

--
ふかうみ なおき