From 2d0413f0cafd2c92fadaf337ad5abedbd6710f40 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Tue, 28 Jan 2014 22:22:13 +0100 Subject: [PATCH] Remove old TODO --- userlib/include/system.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/userlib/include/system.hpp b/userlib/include/system.hpp index 79be98c7..797be32a 100644 --- a/userlib/include/system.hpp +++ b/userlib/include/system.hpp @@ -12,7 +12,6 @@ void exit(size_t return_code) __attribute__((noreturn)); -//TODO Put the function in noreturn once the system call is written void exit(size_t return_code) { asm volatile("mov rax, 0x666; mov rbx, %0; int 50" : //No outputs