Subject: Re: sun3 problem found (pmap_enter() bashed)
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 04/07/1999 08:54:22
On Apr 7,  8:25pm, tsutsui@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
-- Subject: Re: sun3 problem found (pmap_enter() bashed)

| christos@zoulas.com wrote:
| 
| > How come this was not caught by the prototype mismatch?
| 
| This happened on pmap_enter() API changes.
| 
| Unfortunately, we disabled -Wuninitialized of our egcs
| even though gcc-2.7.2.2 could warn this.

But pmap_enter() has an additional argument now...
It is not an issue of -Wuninitialized...

christos