From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3fa68af7ca1dc086916af4803b114dbe@granite.cias.osakafu-u.ac.jp> To: 9fans@cse.psu.edu Subject: Re: [9fans] fp: stack underflow error Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit From: Kenji Okamoto Date: Fri, 2 Jul 2004 10:02:47 +0900 In-Reply-To: <9d154d11b02f962757dac9074d63087c@orthanc.cc.titech.ac.jp> MIME-Version: 1.0 Topicbox-Message-UUID: b29c7c90-eacd-11e9-9e20-41e7f4b1d025 > Sorry. I couldn't find the comment in /sys/src/cmd/gs/src/gshtscr.c. > I fetched it from sources. Had I looked into wrong one? Oh, sorry, RSC was added by me.? It was like this: /* RSC: THIS DOES NOT WORK WITH ken 8c sample = (ht_sample_t) ((value + 1) * max_ht_sample); */ sample = (ht_sample_t) (value * max_ht_sample); sample += max_ht_sample; /* convert from signed to biased */ Kenji