From f8151580de4d07da215f425a138f2b7d0d0b2b91 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 21 Sep 2016 15:39:43 +0200 Subject: [PATCH] Fix date of new post --- blog/post/11-returning-from-exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/post/11-returning-from-exceptions.md b/blog/post/11-returning-from-exceptions.md index 07063ceb..07677d16 100644 --- a/blog/post/11-returning-from-exceptions.md +++ b/blog/post/11-returning-from-exceptions.md @@ -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.