diff -r fa9dfbfc4145 -r b7cc9d09aefe Hardware/LPC/W836XX.cs --- a/Hardware/LPC/W836XX.cs Thu Aug 12 20:53:27 2010 +0000 +++ b/Hardware/LPC/W836XX.cs Sun Aug 15 14:46:58 2010 +0000 @@ -178,7 +178,7 @@ return vendorId == WINBOND_VENDOR_ID; } - private ulong SetBit(ulong target, int bit, int value) { + private static ulong SetBit(ulong target, int bit, int value) { if ((value & 1) != value) throw new ArgumentException("Value must be one bit only.");