mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove obsolte debug message
This commit is contained in:
parent
5e3d7a81da
commit
f520c0ca56
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ static inline void enter_user_task(size_t ep, size_t stack)
|
|||
|
||||
asm volatile ("swapgs" ::: "memory");
|
||||
|
||||
kprintf("AAAA fs 0x%llx\n", readfs());
|
||||
// the jump also enable interrupts
|
||||
jump_to_user_code(ep, stack);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue