From 66d9c823b335ee17fbe85168ab2376c7efe1b09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Fri, 11 Aug 2023 09:48:18 +0300 Subject: [PATCH] revert(part-5-intro): revert 4806958 I will remove part numbers after that. --- src/part-5-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part-5-intro.md b/src/part-5-intro.md index be29690b..f32508d2 100644 --- a/src/part-5-intro.md +++ b/src/part-5-intro.md @@ -1,4 +1,4 @@ -# Part 5: From MIR to Binaries +# From MIR to Binaries All of the preceding chapters of this guide have one thing in common: we never generated any executable machine code at all!