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))}]]>