diff options
author | johannst <johannst@users.noreply.github.com> | 2020-09-19 13:57:06 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2020-09-19 13:57:06 +0000 |
commit | 28f631e02bbf7e4cbd763fc74c4941d3f55a030f (patch) | |
tree | a3633cec0067d5b2e2e97737855b62de90c054b0 /development | |
parent | eaaab502c1a10032f4533ca013a39f1a83a7f82b (diff) | |
download | notes-28f631e02bbf7e4cbd763fc74c4941d3f55a030f.tar.gz notes-28f631e02bbf7e4cbd763fc74c4941d3f55a030f.zip |
deploy: 4a5cd61b7c536ecf1bdb288cb6d584c190b1f6c7
Diffstat (limited to 'development')
-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 |