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

Re: [PATCH] Atari ROM port (cartridge port) ISA adapter access



Michael Schmitz <schmitz@mail.biophys.uni-duesseldorf.de> writes:

> Would
>
> 	({ u16 __v = (*(__force volatile u16 *) (addr)); __v >>= 8; __v; })
>
> work as expected, or do I have to cast the 'return' value?

It will be promoted to int anyway, to it does not matter.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



Reply to: