-minimaws: Changed geometry of disclosure triangles.

-util/delegate.cpp: Fixed typo in comment.
This commit is contained in:
Vas Crabb 2021-09-29 14:27:57 +10:00
parent 4d06099090
commit 18188c7191
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="16" width="16">
<path d="m 0,0 h 16 l -8,16 z" />
<path d="m 0,6 h 16 l -8,10 z" />
</svg>

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="16" width="16">
<path d="m 0,0 v 16 l 16,-8 z" />
<path d="m 6,0 v 16 l 10,-8 z" />
</svg>

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B

View File

@ -214,7 +214,7 @@ delegate_generic_function delegate_mfp_msvc::adjust_this_pointer(delegate_generi
// 48 ff e0 jmp rax
// Trying to decode these thunks likely isn't worth the effort.
// Chasing performance in unoptimised builds isn't very useful,
// and the format of these thinks may be fragile.
// and the format of these thunks may be fragile.
// not something we can easily bypass
break;