From 2ccd5a59281a79f93564ac3fe32fc91cca5a1329 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Sun, 1 Nov 2015 18:01:51 +1300 Subject: [PATCH] Bitfield: Add BSD license to match BitField.h Also, fix typo. --- Source/Core/Common/BitField.natvis | 37 ++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/Source/Core/Common/BitField.natvis b/Source/Core/Common/BitField.natvis index af1e41141b..44c0e8eab1 100644 --- a/Source/Core/Common/BitField.natvis +++ b/Source/Core/Common/BitField.natvis @@ -1,5 +1,38 @@ - + + + + > $T1) & ((1 << $T2) - 1)}]]> @@ -14,7 +47,7 @@ + bits to the smallest (most negative) number. --> > $T1) & ((1 << ($T2-1)) - 1))}]]>