From 9125ab8304a98fc42ded9024834cec6b86e845f3 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Fri, 30 Oct 2015 14:04:40 +1300 Subject: [PATCH] BitField: Clean .natvis up slightly by using CDATA. --- Source/Core/Common/BitField.natvis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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