Source-Changes-D archive

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

Re: CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include



Good point :-)

-- thorpej@iPhone

On Aug 22, 2009, at 6:28 PM, Matt Thomas <matt%3am-software.com@localhost> 
wrote:


On Aug 22, 2009, at 6:28 PM, Jason Thorpe wrote:


On Aug 22, 2009, at 4:30 PM, Matt Thomas wrote:


On Aug 22, 2009, at 4:25 PM, Jason Thorpe wrote:


On Aug 21, 2009, at 10:29 AM, Matt Thomas wrote:

Module Name:    src
Committed By:    matt
Date:        Fri Aug 21 17:29:42 UTC 2009

Modified Files:
   src/sys/arch/mips/include [matt-nb5-mips64]: types.h

Log Message:
Adapt to ABI variations.  Make sure mips_reg_t == register_t.
Add PRIx{{P,V}{ADDR,SIZE}} and PRIxREGISTER{,32} macros to assist
printing out above types.

What's the point of having both? Why not just register_t and be done with it

Mostly to avoid casting.  If it's X, use PRIxX and don't worry.

No, what's the point of having mips_reg_t ???

because I don't to change all that code right now? :)


Home | Main Index | Thread Index | Old Index