Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/sparc64/include/instr.h 96422 2002-05-11 21:20:05Z jake $
---
> * $FreeBSD: head/sys/sparc64/include/instr.h 96491 2002-05-13 04:26:38Z jake $
151c151,152
< (((x) & (1 << ((w) - 1))) != 0 ? (-1L - ((x) ^ ((1 << (w)) - 1))) : (x))
---
> (((x) & (1L << ((w) - 1))) != 0 ? \
> (-1L - ((x) ^ ((1L << (w)) - 1))) : (x))