From b1de7a910070e95bc6eabecc3a431a0752db6649 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 17 Jul 2016 17:09:23 +0200 Subject: [PATCH] Add a ToC --- blog/post/exception-diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/post/exception-diagnostics.md b/blog/post/exception-diagnostics.md index 252ca462..45f2eb91 100644 --- a/blog/post/exception-diagnostics.md +++ b/blog/post/exception-diagnostics.md @@ -7,7 +7,7 @@ In the [previous post], we've set up an interrupt descriptor table in order to c [previous post]: {{% relref "2016-05-28-catching-exceptions.md" %}} - + As always, the complete source code is on [Github]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a comment section at the end of this page.