aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/development
diff options
context:
space:
mode:
Diffstat (limited to 'src/development')
-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