From f0e5232fe054c05ef12ce6e185c9998c5c08cd85 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Fri, 30 Oct 2015 14:05:14 +1300 Subject: [PATCH] Bitfield: And then mess things up again by handling signed fields. This is way more messy than it should be. --- Source/Core/Common/BitField.natvis | 49 ++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/Source/Core/Common/BitField.natvis b/Source/Core/Common/BitField.natvis index 963a82b667..af1e41141b 100644 --- a/Source/Core/Common/BitField.natvis +++ b/Source/Core/Common/BitField.natvis @@ -8,4 +8,53 @@ $T2 + + + + + + + > $T1) & ((1 << ($T2-1)) - 1))}]]> + + > $T1) & ((1 << ($T2-1)) - 1)}]]> + + $T1 + $T2 + + + + + + + > $T1) & ((1 << ($T2-1)) - 1))}]]> + + > $T1) & ((1 << ($T2-1)) - 1)}]]> + + $T1 + $T2 + + + + + > $T1) & ((1 << ($T2-1)) - 1))}]]> + + > $T1) & ((1 << ($T2-1)) - 1)}]]> + + $T1 + $T2 + + + + + > $T1) & ((1 << ($T2-1)) - 1))}]]> + + > $T1) & ((1 << ($T2-1)) - 1)}]]> + + $T1 + $T2 + + \ No newline at end of file