mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-08 20:10:04 -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));
|
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) {
|
void exit(size_t return_code) {
|
||||||
asm volatile("mov rax, 0x666; mov rbx, %0; int 50"
|
asm volatile("mov rax, 0x666; mov rbx, %0; int 50"
|
||||||
: //No outputs
|
: //No outputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user