update inbox list
This commit is contained in:
6
vendor/scrivo/highlight.php/test/markup/x86asm/labels-directives.expect.txt
vendored
Normal file
6
vendor/scrivo/highlight.php/test/markup/x86asm/labels-directives.expect.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<span class="hljs-meta"> .cfi_startproc</span>
|
||||
<span class="hljs-symbol">_ZN3lib13is_whitespace17h28afa23272bf056bE:</span>
|
||||
<span class="hljs-meta"> .align</span> <span class="hljs-number">16</span>, <span class="hljs-number">0x90</span>
|
||||
<span class="hljs-keyword">ja</span> .Lfunc_end0
|
||||
<span class="hljs-symbol">.Lfunc_end0:</span>
|
||||
<span class="hljs-keyword">ret</span>
|
||||
6
vendor/scrivo/highlight.php/test/markup/x86asm/labels-directives.txt
vendored
Normal file
6
vendor/scrivo/highlight.php/test/markup/x86asm/labels-directives.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
.cfi_startproc
|
||||
_ZN3lib13is_whitespace17h28afa23272bf056bE:
|
||||
.align 16, 0x90
|
||||
ja .Lfunc_end0
|
||||
.Lfunc_end0:
|
||||
ret
|
||||
Reference in New Issue
Block a user