mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-08 11:58:36 -04:00
Remove old TODO
This commit is contained in:
parent
03f68b57a9
commit
2d0413f0ca
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user