Fix date of new post

This commit is contained in:
Philipp Oppermann
2016-09-21 15:39:43 +02:00
parent 3a82be2c1f
commit f8151580de

View File

@@ -1,6 +1,6 @@
+++
title = "Returning from Exceptions"
date = "2016-08-06"
date = "2016-09-21"
+++
In this post, we learn how to return from exceptions correctly. In the course of this, we will explore the `iretq` instruction, the C calling convention, multimedia registers, and the red zone.