Subject: Re: warning compiling 1.2C kernel
To: None <thorpej@nas.nasa.gov>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 02/22/1997 10:18:08
>  > 
>  > ../../../../arch/vax/vax/db_machdep.c:206: warning: initialization from 
>  > incompatible pointer type
>  > 
>  > ...at about 10 different lines in db_machdep.c.  I've not looked at the 
>  > code yet.
> 
> Yah, you need to cast those to (long *), like so:
> 
> 	{"psl", (long *)&ddb_regs.psl, FCN_NULL},
> 
> This is due to changes in the MI portion of the DDB code.
> 
> Hopefully, your port-meister will commit those changes RSN :-)
> 
:-) Was fixed on February 16... the same day as jonathan SUPped.
So just get a new trap.h and it will work.

-- Ragge