diff --git a/Source/Core/Common/BitField.natvis b/Source/Core/Common/BitField.natvis index 5d09eeef0a..963a82b667 100644 --- a/Source/Core/Common/BitField.natvis +++ b/Source/Core/Common/BitField.natvis @@ -1,8 +1,8 @@ - {(storage & (1 << $T1)) != 0} - {(storage >> $T1) & ((1 << $T2) - 1)} + + > $T1) & ((1 << $T2) - 1)}]]> $T1 $T2