CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/27 12:29:39
Modified files:
sys/arch/hppa/dev: mongoose.c
sys/arch/hppa/hppa: mainbus.c
Log message:
Don't use cast expressions as lvalues; gcc4 complains about them. And gcc3
generates smaller code without them.
ok miod@
