aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-09-19 13:06:41 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-09-19 13:06:41 +0200
commit09fbd7db16e7e3f67f5f3a456cd1c7c2583b821e (patch)
tree34ca30e8dee781b31bf70e708ca40f8dc1a94d65
parente4db48ab1528771851bc7260fd1cb56fcb3cc6c9 (diff)
downloadnotes-09fbd7db16e7e3f67f5f3a456cd1c7c2583b821e.tar.gz
notes-09fbd7db16e7e3f67f5f3a456cd1c7c2583b821e.zip
fixed codeblock type for asm snippet
-rw-r--r--src/development/gcc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/development/gcc.md b/src/development/gcc.md
index 1381242..759d3b7 100644
--- a/src/development/gcc.md
+++ b/src/development/gcc.md
@@ -36,7 +36,7 @@ void run1(int x) {
Will generate something similar to the following.
- `run0`: `bar` is on the path without branch
- `run1`: `foo` is on the path without branch
-```c
+```x86asm
run0:
test edi, edi
jne .L4