Michael Schmitz <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED]
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."


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to