diff options
Diffstat (limited to 'development/gcc.html')
-rw-r--r-- | development/gcc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/gcc.html b/development/gcc.html index 2500391..500084a 100644 --- a/development/gcc.html +++ b/development/gcc.html @@ -181,7 +181,7 @@ void run1(int x) { <li><code>run0</code>: <code>bar</code> is on the path without branch</li> <li><code>run1</code>: <code>foo</code> is on the path without branch</li> </ul> -<pre><code class="language-c">run0: +<pre><code class="language-x86asm">run0: test edi, edi jne .L4 xor eax, eax |