mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo
This commit is contained in:
parent
e1a44259c4
commit
6181cf01e8
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ int init_tls(void)
|
|||
|
||||
// set fs register to the TLS segment
|
||||
set_tls((size_t) tls_addr);
|
||||
kprintf("Task %d set fs to 0x%zx\n", curr_task->id, tls_addr);
|
||||
kprintf("Task %d set fs to 0x%zx (TLS)\n", curr_task->id, tls_addr);
|
||||
} else set_tls(0); // no TLS => clear fs register
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue