mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Fix Visual Studio PointerIntPair visualizer
Patch by: Trass3r Differential Revision: https://reviews.llvm.org/D55252 llvm-svn: 349172
This commit is contained in:
parent
c18f383859
commit
702f834abb
@ -85,10 +85,10 @@ For later versions of Visual Studio, no setup is required.
|
||||
</Type>
|
||||
|
||||
<Type Name="llvm::PointerIntPair<*,*,*,*>">
|
||||
<DisplayString>{IntMask}: {($T1)(Value & PointerBitMask)} [{($T3)((Value >> IntShift) & IntMask)}]</DisplayString>
|
||||
<DisplayString>{$T5::IntMask}: {($T1)(Value & $T5::PointerBitMask)} [{($T3)((Value >> $T5::IntShift) & $T5::IntMask)}]</DisplayString>
|
||||
<Expand>
|
||||
<Item Name="[ptr]">($T1)(Value & PointerBitMask)</Item>
|
||||
<Item Name="[int]">($T3)((Value >> IntShift) & IntMask)</Item>
|
||||
<Item Name="[ptr]">($T1)(Value & $T5::PointerBitMask)</Item>
|
||||
<Item Name="[int]">($T3)((Value >> $T5::IntShift) & $T5::IntMask)</Item>
|
||||
</Expand>
|
||||
</Type>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user