mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-03 06:10:23 +00:00
Added missing close brace to OpaquePtr Visual Studio visualizer
This syntax error resulted in garbage being appended to OpaquePtr visualizations llvm-svn: 272441
This commit is contained in:
parent
d4c1efcb69
commit
3f19966441
@ -452,7 +452,7 @@ For later versions of Visual Studio, no setup is required-->
|
||||
</Expand>
|
||||
</Type>
|
||||
<Type Name="clang::OpaquePtr<*>">
|
||||
<DisplayString>{($T1 *)Ptr</DisplayString>
|
||||
<DisplayString>{($T1 *)Ptr}</DisplayString>
|
||||
<Expand>
|
||||
<ExpandedItem>($T1 *)Ptr</ExpandedItem>
|
||||
</Expand>
|
||||
|
Loading…
Reference in New Issue
Block a user