From 09fbd7db16e7e3f67f5f3a456cd1c7c2583b821e Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 19 Sep 2020 13:06:41 +0200 Subject: fixed codeblock type for asm snippet --- src/development/gcc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/development/gcc.md') 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 -- cgit v1.2.3