Remove empty toc asides from posts

This commit is contained in:
Philipp Oppermann
2017-10-05 11:50:32 +02:00
parent dae2edfbf5
commit 1c9c20c810
13 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ updated = "2016-11-01"
In this post, we explore exceptions in more detail. Our goal is to print additional information when an exception occurs, for example the values of the instruction and stack pointer. In the course of this, we will explore inline assembly and naked functions. We will also add a handler function for page faults and read the associated error code.
<!-- more --><aside id="toc"></aside>
<!-- more -->
As always, the complete source code is on [Github]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a [gitter chat] and a comment section at the end of this page.