1
0
Fork 0
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:
Stefan Lankes 2015-08-28 22:51:18 +02:00
parent 5e3d7a81da
commit f520c0ca56

View file

@ -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);
}